简体   繁体   中英

What are the tasks we can perform using interceptors in flutter?

I am confused about refresh token, access token etc. Is interceptors are only used for checking authentication?

I found this in the inte.net? can you explain it too? Chart on interceptor:

So not that long ago Auth0 has released an official package for authenticating.

It handles all the difficult processes by itself. The only thing you need to provide is your client_id and domain. You will receive an access_token in JWT form.

Here is a link to the package: https://pub.dev/packages/auth0_flutter

It has been well documented. Also a lot of information is already available on the website of auth0 on access_tokens and refresh tokens.

I hope this makes it a little easier.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM