Remove OAuthToken from db (use authlib dict); basic OAuth2 service provider with Forgejo
This commit is contained in:
parent
21ccdad953
commit
2fe7536c53
10 changed files with 106 additions and 50 deletions
|
@ -11,6 +11,7 @@ dependencies = [
|
|||
"fastapi[standard]>=0.115.6",
|
||||
"itsdangerous>=2.2.0",
|
||||
"passlib[bcrypt]>=1.7.4",
|
||||
"pkce>=1.0.3",
|
||||
"pydantic-settings>=2.7.1",
|
||||
"python-jose[cryptography]>=3.3.0",
|
||||
"requests>=2.32.3",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue