mirror of
https://github.com/FoggedLens/deflock.git
synced 2026-05-21 23:26:47 +02:00
auth API routes, add logger
This commit is contained in:
@@ -16,6 +16,7 @@ const auth0 = createAuth0({
|
||||
clientId: "IEBa7ckgWrMGErTWXA8Z9q91hre7uII2",
|
||||
authorizationParams: {
|
||||
redirect_uri: window.location.origin,
|
||||
audience: "https://deflock.me/api",
|
||||
},
|
||||
cacheLocation: 'localstorage',
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user