stefanhk31 / personal_blog_flutter

https://stefanhodgeskluck.com
2 stars 0 forks source link

AWS Anonymous Auth #37

Closed stefanhk31 closed 7 months ago

stefanhk31 commented 7 months ago

Need an aws_cognito_auth PKG (or use Amplify's???) To authenticate w ID pool on startup

ID pool will allow access to API gateway

stefanhk31 commented 7 months ago

Wire this auth up to the FE on startup, and see what the temp token granted by anonymous auth looks like--then we will know what info we have to pass to api client to authenticate requests on BE.