How to redirect to the url user initially tried after authenticating with aws cognito in angular app

Viewed 165

kindly help me on this scenario,

I am working with an angular application which has aws cognito authentication, here the user will access the app using a dynamic link with query string from an email.

Since the app has not in authenticated state and guard prevent accessing this route, how can I achieve redirecting to the same page, after the authentication flow.

0 Answers
Related