Allow user to authorize the third-party clients.
Find a file
2023-10-01 19:41:17 +08:00
js feat: add model of scope 2023-10-01 19:23:03 +08:00
less feat: authorize page 2023-10-01 19:14:59 +08:00
locale chore: simplify locale(cn) 2023-10-01 19:17:03 +08:00
migrations fix: migrations 2023-09-30 09:20:08 +08:00
src feat(admin): add controller of scope 2023-10-01 19:41:17 +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 chore: create migrations & access token storage 2023-09-30 09:19:12 +08:00
extend.php feat(admin): add controller of scope 2023-10-01 19:41:17 +08:00
LICENSE.md chore: clean the license 2023-09-30 09:18:36 +08:00
README.md chore: create the package 2023-09-30 09:18:17 +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