lambda-refarch-webapp
lambda-refarch-webapp copied to clipboard
Unsecure - User token passed in URL
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?