[Feature] OAuth2 Provider (#84)

Fixes #74

Co-authored-by: Tim Lorsbach <tim@lorsba.ch>
Reviewed-on: enviPath/enviPy#84
This commit is contained in:
2025-09-05 06:50:16 +12:00
parent 4158bd36cb
commit 3c8f0e80cb
8 changed files with 189 additions and 2 deletions

View File

@ -10,6 +10,7 @@ dependencies = [
"django-extensions>=4.1",
"django-model-utils>=5.0.0",
"django-ninja>=1.4.1",
"django-oauth-toolkit>=3.0.1",
"django-polymorphic>=4.1.0",
"enviformer",
"envipy-additional-information",