littlecxm/fof-passport

The OAuth2 (and Laravel passport) compatible oauth extension

Fund package maintenance!
Website

Installs: 11

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 11

Open Issues: 0

Type:flarum-extension

1.0.0 2021-06-03 15:19 UTC

This package is auto-updated.

Last update: 2024-12-20 04:31:56 UTC


README

MIT license Latest Stable Version Total Downloads

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 http://<your_flarum _install>/auth/passport

or you might encounter invalid_client errors.

Links

An extension by FriendsOfFlarum