feat: added auth0 common module

This commit is contained in:
2024-11-24 18:13:58 +01:00
parent 33bdeb12a0
commit 2444269486
8 changed files with 210 additions and 1 deletions

7
requirements.auth0.txt Normal file
View File

@@ -0,0 +1,7 @@
cachetools==5.5.0 # for caching
charset-normalizer==3.4.0 # Auth0 API interactions
requests==2.32.3 # Auth0 API interactions
pyjwt==2.10.0 # Auth0 API interactions
cffi==1.17.1 # Auth0 API interactions
cryptography==43.0.3 # Auth0 API interactions
pycparser==2.22 # Auth0 API interactions