Skip to content

Commit

Permalink
New Postman Collection export
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadabdulnasir committed Jun 22, 2022
1 parent abb6641 commit e0914d0
Show file tree
Hide file tree
Showing 3 changed files with 632 additions and 1 deletion.
4 changes: 4 additions & 0 deletions backend/src/auth/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
ALGORITHMS = [os.getenv("ALGORITHMS")]
API_AUDIENCE = os.getenv("API_AUDIENCE")


print(AUTH0_DOMAIN)
print(ALGORITHMS)
print(API_AUDIENCE)
## AuthError Exception
class AuthError(Exception):
"""
Expand Down
Binary file modified backend/src/database/database.db
Binary file not shown.
Loading

0 comments on commit e0914d0

Please sign in to comment.