Authorize lambda with jwt from Auth0

Is there an authentication example for Netlify functions with Auth0. I want private endpoints. I would like to send a jwt to my functions and have it authenticated to authorize the use of the function. Any help is appreciated.

Yes, the feature would fall under ‘Access Control’ as mention here. The feature is available on teams that are Pro or above.

1 Like