385 reads
2 comments
·Mar 6, 2023
Mar 6, 2023
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.
·
·1 reply
Author
·Mar 7, 2023
Hi Rick,
If you're using Amplify auth, then this article is not a good starting point. This article is primarily for integrating your own Auth2.0 solution.
This may be a better starting point for Amplify auth (docs.amplify.aws/lib/auth/getting-started/…)
·