auth API routes, add logger

This commit is contained in:
Will Freeman
2024-12-09 20:55:53 -07:00
parent c489d7dbae
commit e8e186c4c3
6 changed files with 132 additions and 22 deletions
+1
View File
@@ -16,6 +16,7 @@ const auth0 = createAuth0({
clientId: "IEBa7ckgWrMGErTWXA8Z9q91hre7uII2",
authorizationParams: {
redirect_uri: window.location.origin,
audience: "https://deflock.me/api",
},
cacheLocation: 'localstorage',
})