fof / passport
The OAuth2 (and Laravel passport) compatible oauth extension
Fund package maintenance!
Website
Installs: 8 329
Dependents: 1
Suggesters: 0
Security: 0
Stars: 29
Watchers: 3
Forks: 11
Open Issues: 6
Type:flarum-extension
This package is auto-updated.
Last update: 2024-11-04 09:32:04 UTC
README
The Laravel Passport compatible oauth extension.
Installation
composer require fof/passport:*
Updating from Flagrow
This extension replaces Flagrow Passport.
To upgrade from the old extension to the new one:
-
Backup your data!
-
Disable the Passport extension in the admin panel.
-
Run:
composer require fof/passport:*
Composer should let you know that flagrow/passport
has been automatically removed.
-
Enable the new extension in the admin panel.
-
Your existing settings will be migrated to FoF Passport automatically.
-
You should be good to go! All URLs stay the same.
Configuration
In the extension settings, you have to fill the following data:
Hint: When creating the OAuth client in your Laravel app, don't forget to set the redirect
value to <your flarum install>/auth/passport
or you might encounter invalid_client
errors.
Links
An extension by FriendsOfFlarum