All Projects → FriendsOfFlarum → passport

FriendsOfFlarum / passport

Licence: MIT license
The Laravel passport compatible oauth extension for your Flarum forum.

Programming Languages

PHP
23972 projects - #3 most used programming language
typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to passport

byobu
Well integrated, advanced private discussions for your Flarum forum.
Stars: ✭ 49 (+104.17%)
Mutual labels:  flarum, flarum-extension, flagrow
analytics
A Flarum extension that provides your forum piwik's and google's analytics features
Stars: ✭ 32 (+33.33%)
Mutual labels:  flarum, flarum-extension, flagrow
flarum-ext-sso
🔒 Single Sign On for Flarum.
Stars: ✭ 59 (+145.83%)
Mutual labels:  sso, flarum, flarum-extension
masquerade
User profile builder extension for your Flarum forum.
Stars: ✭ 17 (-29.17%)
Mutual labels:  flarum, flarum-extension, flagrow
bazaar
The extension marketplace for your Flarum forum.
Stars: ✭ 58 (+141.67%)
Mutual labels:  flarum, flarum-extension
mason
Add custom fields to discussions
Stars: ✭ 17 (-29.17%)
Mutual labels:  flarum-extension, flagrow
flarum-discussion-views
An extension for the Flarum forum software which tracks and displays discussion views.
Stars: ✭ 26 (+8.33%)
Mutual labels:  flarum, flarum-extension
extension-generator
This package is no longer supported. Please use https://github.com/flarum/cli instead.
Stars: ✭ 53 (+120.83%)
Mutual labels:  flarum, flarum-extension
flarum-ext-email-verification-switch
Disable new registered user email verification, will be activated automatically.
Stars: ✭ 18 (-25%)
Mutual labels:  flarum, flarum-extension
ads
Allows you to configure ads in several locations
Stars: ✭ 17 (-29.17%)
Mutual labels:  flarum, flarum-extension
flarum-ext-indonesian
Indonesian Language Pack for Flarum
Stars: ✭ 13 (-45.83%)
Mutual labels:  flarum, flarum-extension
flarum-ext-dashboard
DEPRECATED This completely re-imagines the Admin interface
Stars: ✭ 17 (-29.17%)
Mutual labels:  flarum, flarum-extension
discussion-cards
Output of discussions in form of cards
Stars: ✭ 15 (-37.5%)
Mutual labels:  flarum, flarum-extension
reactions
❤ A Flarum extension that adds reactions to your Flarum Community!
Stars: ✭ 17 (-29.17%)
Mutual labels:  flarum, flarum-extension
awesome-flarum
A curated list of amazingly awesome Flarum extensions and resources.
Stars: ✭ 151 (+529.17%)
Mutual labels:  flarum, flarum-extension
LYM.NetCore
IdentityServer4+EFCore
Stars: ✭ 17 (-29.17%)
Mutual labels:  sso
microservices4vaadin
Sample application to show the secured integration of microservices and vaadin
Stars: ✭ 30 (+25%)
Mutual labels:  sso
nsspi
A C# / .Net interface to the Win32 SSPI authentication API
Stars: ✭ 60 (+150%)
Mutual labels:  sso
token-cli
Command line utility for interacting with OAuth2 infrastructure to generate tokens
Stars: ✭ 19 (-20.83%)
Mutual labels:  sso
trauth
🔑 A simple Traefik ForwardAuth server for HTTP Basic SSO
Stars: ✭ 30 (+25%)
Mutual labels:  sso

Passport by FriendsOfFlarum

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:

Setting Example Description
OAuth authorization url https://example.com/oauth/authorize <your laravel install>/oauth/authorize
OAuth token url https://example.com/oauth/token <your laravel install>/oauth/token
Api URL providing user details when authenticated https://example.com/api/user Default Laravel installs have an /api/user route, otherwise point to a route returning the current user data (protected by the passport driver)
OAuth application id 1 The integer Client ID you've made in the Laravel app or via artisan passport:client
OAuth application secret abcdefghijABCDEFGHIJabcdefghijABCDEFGHIJ The Client secret provided by Laravel once you created the OAuth client
OAuth scopes to request Optional additional scopes to request during authorization, perhaps you want to protect the user url with a scope or add additional functionality
Label for login button Login with Example Label to place on the login button
Icon for login button far fa-id-card FontAwesome icon to place on the login button. List of available icons

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].