AWS Cognito user pools allow you to manage your app's within the AWS ecosystem. It provides all the basic features you'd expect from an auth system. When I'm building an application on AWS infrastructure, I prefer using Cognito user pools due to its ...
kelvinmwinuka.com8 min read
Brother, I'm so thankful for you and this post. <3
Great article, Kelvin! I have issues with typescript: Property 'accessToken' does not exist on type 'Session'.ts(2339) with .accessToken .idToken and .error . Did you face this issues or did I do something wrong? Thanks.
Great article, learned a lot from it!
I want to make authorized API call to Amplify from the front end, how should I go about that? I tried just calling Auth.currentSession but I believe that works with cookies.
Vitor Régis
Fantastic