lambda-refarch-webapp icon indicating copy to clipboard operation
lambda-refarch-webapp copied to clipboard

Unsecure - User token passed in URL

Open Iviglious opened this issue 4 years ago • 0 comments

Currently the user token appears in the URL. When user gets authenticated Amazon Cognito generates a token and returns it to the website in the URL as a parameter. This is not best security practice. Is there a better (more secure) way of passing that token?

Iviglious avatar Apr 15 '21 11:04 Iviglious