You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm building an Angular 5 application and would like to use aws-amplify since it's recommended over amazon-cognito-identity-js.
Given that there doesn't seem to be any pre-built components for Angular in the same way there is for React, I'd prefer to use the Hosted UI rather than handling sign up / sign up / change password, etc within my application.
When I sign in with Angular 5, I get an identity token and a refresh token. Is there any way to pass these to AWS Amplify to create a session?
The text was updated successfully, but these errors were encountered:
I'm building an Angular 5 application and would like to use
aws-amplify
since it's recommended overamazon-cognito-identity-js
.Given that there doesn't seem to be any pre-built components for Angular in the same way there is for React, I'd prefer to use the Hosted UI rather than handling sign up / sign up / change password, etc within my application.
When I sign in with Angular 5, I get an identity token and a refresh token. Is there any way to pass these to AWS Amplify to create a session?
The text was updated successfully, but these errors were encountered: