Reputation: 123
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
Reputation: 19738
You can use passport strategy npm for cognito to simplify the authentication.
Upvotes: 1