python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Use Auth0 API protected route with Express route handlers
I implemented protected API routes in Express using the Auth0 quick start. Protected routes are handled with a middleware function called checkJwt, provided by Auth0. It runs whenever one of the GET m...
It'sNotMe
Votes: 0
Answers: 1
Problem with Auth0 login (and redirection) on deployed website
I'm stuck on problem with Auth0 login. Everything worked fine on my local project (logging, redirection to homepage). After deploying this website to github.io some problems appeared.
When I use Auth0...
Michał Górnicki
Votes: 0
Answers: 2
How to logout with Auth0 SDK? "You forgot to wrap your component in <Auth0Provider>"
I'm using the logout function from the useAuth0() hook to log out. However, when I try to use it, I get the following error
Error: "You forgot to wrap your component in <Auth0Provider>"...
Noob
Votes: 0
Answers: 1
Azure Functions OpenApi extensions OAuth/OICD authentication
I'm trying to have my Swagger UI page allow authentication against my Auth0 account. To make Auth0 produce the correct type of token one is required to send an audience with the request.
At the moment...
C Hall
Votes: 0
Answers: 1