Files
fastapi_best_architecture/backend/plugin/oauth2/plugin.toml
Wu Clan bcc764142b Update the OAuth2 module to plugin (#620)
* Update the OAuth2 module to plugin

* update create user social param
2025-05-22 14:36:23 +08:00

9 lines
146 B
TOML

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