OAuth2 Token Management in your Flutter application

preview_player
Показать описание
If you use any of the major login providers like Google Identity or AWS Cognito - based on username/password or social login - your application will need to manage tokens to access protected resources like the api of your backend.
In this vide, I explain the tokens involved, their lifetime, how to manage them in your application and how to exchange them against a fresh set of tokens from your Identity Provider.
Рекомендации по теме
Комментарии
Автор

how to generate refresh token when login with google

JasbirSingh-iqkt
Автор

As a newbie I don't understand the flutter side of this. And I have a unsolved case, I can tell if you like to help me.

mindblower
Автор

Hi Sir, I also want to authenticate my Flutter application and for that, I have a SAML link. When we hit that SAML endpoint it automatically redirects to the login endpoint and returns the token. I searched for how I can implement that kind of authentication with the SAML link but I didn't find anything. I found that SAML is browser-based.

wbxpqqy
Автор

These videos are great. Surprised they don't have more views.
Is the source code available?

noshoeshere
Автор

can you please make a video on how to do it for how to do it on Spotify API? I would give you 100 dollars

jatinverma