Tagged in

Auth0

A man with no server
A man with no server
The history of my journey creating Serverless applications
More information
Followers
323
Elsewhere
More, on Medium

Create a ReactJS client with Auth0 for a Serverless application (using IAM)

In our last post we learned how to use Auth0 in a React application to authenticate users and allow them access to our Serverless application. That approach used JWT tokens produced by Auth0 and AWS…


Create a ReactJS client with Auth0 for a Serverless application (using Custom Authorizers)

We know how to deploy the application we created with the Serverless Framework in AWS. A CloudFormation script is created for us, which in turn will create our API Gateway…