@extends('layout.v2') @section('content')
Welcome! This tool will help you import data into Firefly III.
This tool is sparsely documented, you can find all the details you need in the documentation. Any links you see to the docs will open in a new window or tab.
@if('' !== (string)$baseUrl) In order to get access to your Firefly III installation at {{ $baseUrl }} @if('' !== (string)$vanityUrl) ({{ $vanityUrl }}) @endif , you will need to submit a valid Client ID. This is a number. @else In order to get access to your Firefly III installation, you will need to submit a valid Client ID. This is a number. @endif
If you don't have one, you must create one in "Remote access and tokens" under options. @if('' !== (string)$baseUrl) Here's a link. @endif Make sure you uncheck the checkbox under "Keep a secret?".
The callback URL for this installation is
{{ route('token.callback') }}
{{ $error }}
@endforeach