feat: add audience to costants

This commit is contained in:
Eduardo Chiarotti
2024-08-21 19:42:43 -03:00
parent bcc050b793
commit 50746d5e8b
2 changed files with 3 additions and 2 deletions

View File

@@ -1,3 +1,4 @@
ALGORITHMS = ["RS256"]
AUTH0_DOMAIN = "dev-jzsr0j8zs0atl5ha.us.auth0.com"
AUTH0_CLIENT_ID = "CZtyRHuVW80HbLSjk4ggXNzjg4KAt7Oe"
AUTH0_AUDIENCE = "https://dev-jzsr0j8zs0atl5ha.us.auth0.com/api/v2/"