mirror of
https://github.com/fastapi-practices/fastapi-best-architecture.git
synced 2026-09-22 05:22:56 +00:00
* Fix the OAuth2 link acquisition in HTTPS * Update OAUTH2_BACKEND_URL to OAUTH2_BACKEND_BASE_URL
9 lines
146 B
TOML
9 lines
146 B
TOML
[plugin]
|
|
summary = 'OAuth 2.0'
|
|
version = '0.0.6'
|
|
description = '通过 OAuth 2.0 的方式登录系统'
|
|
author = 'wu-clan'
|
|
|
|
[app]
|
|
router = ['v1']
|