Ryan Dsouza
Ryan Dsouza

Reputation: 123

AWS Cognito using Express

I have used express to create my api routes and I am using AWS Cognito for user authentication. How can I protect express routes and manage token refresh using AWS Cognito?

Upvotes: 2

Views: 1602

Answers (1)

Ashan
Ashan

Reputation: 19738

You can use passport strategy npm for cognito to simplify the authentication.

Upvotes: 1

Related Questions