Files
fastapi-best-architecture/backend/plugin/oauth2/plugin.toml
T
Wu Clan 1e01ffc3d9 Fix the OAuth2 link acquisition in HTTPS (#881)
* Fix the OAuth2 link acquisition in HTTPS

* Update OAUTH2_BACKEND_URL to OAUTH2_BACKEND_BASE_URL
2025-10-22 18:52:40 +08:00

9 lines
146 B
TOML

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