docs icon indicating copy to clipboard operation
docs copied to clipboard

better documentation guidelines on how to retrieve the user using the flutter authenticator?

Open willredington opened this issue 2 years ago • 2 comments

On which framework/platform would you like to see this feature implemented?

Flutter

Which UI component is this feature-request for?

Authenticator

Please describe your feature-request in detail.

I've got the authenticator setup to the point where I can login successfully. But from there I'd like to call an AWS resource that is backed by a Cognito resource. In order to do that I need a token from the user, but as far as I can tell in the docs, there's no API available to retrieve that information.

Please describe a solution you'd like.

Better guidelines on how to retrieve user information using the Authenticator.

We love contributors! Is this something you'd be interested in working on?

  • [ ] 👋 I may be able to implement this feature request.
  • [ ] ⚠️ This feature might incur a breaking change.

willredington avatar Aug 11 '22 14:08 willredington

Hey @willredington, have you tried fetching the Amplify auth session as described here? Let me know whether or not that works for your use case.

slaymance avatar Aug 15 '22 22:08 slaymance

Hi @willredington , following up here - did the the linked doc above help?

siegerts avatar Sep 06 '22 13:09 siegerts

It's been a month, so I'll assume this link helped!

rachelnabors avatar Oct 12 '22 07:10 rachelnabors