Allow user to authorize the third-party clients.
Find a file
YUCLing a4b3a57e1d
add: serverside record models
chore: ui improvements
fix: login modal fail to show if not logged in
fix: cannot set null for nullable fields
2024-04-05 12:42:19 +08:00
docs docs 2023-12-02 10:57:23 +08:00
js add: serverside record models 2024-04-05 12:42:19 +08:00
less rewrite: frontend 2024-02-25 04:55:37 +08:00
locale add: serverside record models 2024-04-05 12:42:19 +08:00
migrations add: serverside record models 2024-04-05 12:42:19 +08:00
src add: serverside record models 2024-04-05 12:42:19 +08:00
tests chore: create the package 2023-09-30 09:18:17 +08:00
.editorconfig chore: create the package 2023-09-30 09:18:17 +08:00
.gitattributes chore: create the package 2023-09-30 09:18:17 +08:00
.gitignore chore: create the package 2023-09-30 09:18:17 +08:00
.styleci.yml chore: create the package 2023-09-30 09:18:17 +08:00
composer.json add: serverside record models 2024-04-05 12:42:19 +08:00
extend.php add: serverside record models 2024-04-05 12:42:19 +08:00
LICENSE.md chore: clean the license 2023-09-30 09:18:36 +08:00
README.md docs 2023-12-02 10:57:23 +08:00

OAuth Center

License Latest Stable Version Total Downloads

A Flarum extension. Allow user to authorize the third clients

Installation

Install with composer:

composer require foskym/flarum-oauth-center:"*"

Updating

composer update foskym/flarum-oauth-center:"*"
php flarum migrate
php flarum cache:clear

Usage