Remove OAuthToken from db (use authlib dict); basic OAuth2 service provider with Forgejo
Some checks failed
/ build (push) Failing after 13s
/ test (push) Successful in 4s

This commit is contained in:
phil 2025-01-18 06:20:44 +01:00
parent 21ccdad953
commit 2fe7536c53
10 changed files with 106 additions and 50 deletions

View file

@ -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",