Files
fastapi_best_architecture/backend/plugin/oauth2/plugin.toml
Wu Clan 425bc202c2 Add user social binding and unbinding (#919)
* Add user social binding and unbinding

* Add oauth2 state to binding

* Update oauth2 state

* Fix imports

* Update some interface definitions

* Update the authorization type security
2025-11-15 17:03:30 +08:00

9 lines
147 B
TOML

[plugin]
summary = 'OAuth 2.0'
version = '0.0.10'
description = '通过 OAuth 2.0 的方式登录系统'
author = 'wu-clan'
[app]
router = ['v1']