Skip to content
Mike Conway edited this page May 23, 2018 · 1 revision

Initial Setup:

OAUTH/Authentication

In order to authenticate the app to your firefly instance, you must first create an Oauth Client in Firefly-iii.

  1. Log in to Firefly-iii
  2. Click on 'Options', then profile
  3. Scroll Down to the Oauth Clients section and click 'Create new client'
  4. Set a name for your app (this does not matter)
  5. Use http://localhost/callback for the redirect URL.
  6. Click Save

In the Firefly App:

  1. Go to Settings
  2. Enter the Client ID for your Oauth Client from Firefly-iii
  3. Enter the Secret from FireFly-iii in the Client Secret field
  4. Click Save
  5. You will be prompted to enter your credentials and authorize the application.

Once you have authenticated the Application, go back to the Home/Overview page and pull down to refresh.