fof/passport

The OAuth2 (and Laravel passport) compatible oauth extension

Fund package maintenance!
Website

Installs: 7 846

Dependents: 1

Suggesters: 0

Security: 0

Stars: 28

Watchers: 3

Forks: 12

Open Issues: 6

Type:flarum-extension

1.1.1 2023-11-12 12:46 UTC

This package is auto-updated.

Last update: 2024-09-12 14:42:13 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 <your flarum install>/auth/passport or you might encounter invalid_client errors.

Links

An extension by FriendsOfFlarum