Where do I make the OAuth 2.0 code endpoint request for access tokens from AWS Cognito Hosted UI redirect
I have a /signup component with just a button that links to my congito hosted UI. Signup and login is working in terms of adding a user to the userpool and confirming email. My redirect url is https://localhost:3000/dashboard/ I only want logged in users to be able to see the dashboard.