How to integrate a Express Backend with an Auth0 frontend for controlled access to server routes?

Hello @michaelnicol71 welcome to the community!

I recommend checking out the express-oauth2-jwt-bearer package - Here’s a quickstart which should be helpful and FWIW our react sample uses this package as well.

This sounds about right! Just make sure you are passing an access token as opposed to ID token.

2 Likes