feat: update code and decouple auth

This commit is contained in:
Eduardo Chiarotti
2024-08-21 16:11:16 -03:00
parent 3b0286f592
commit 414a9ba07e
8 changed files with 290 additions and 167 deletions

View File

@@ -0,0 +1,3 @@
ALGORITHMS = ["RS256"]
AUTH0_DOMAIN = "dev-jzsr0j8zs0atl5ha.us.auth0.com"
AUTH0_CLIENT_ID = "CZtyRHuVW80HbLSjk4ggXNzjg4KAt7Oe"