Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

OAuth2 setup

kuhlaid edited this page Apr 22, 2020 · 1 revision

For my own instance of this front-end application I opted to use Laravel as my middleware between this app and a back-end database. I use OAuth2 Passport module in Laravel to generate client keys for this app to talk to the data server API via a token. Alternatively you could...

Create an OAuth client for your version of this Svelte app at: https://github.com/settings/developers

Then add the client ID and secret to your .env configuration file.

Clone this wiki locally