Has anyone here implemented refreshing the access token using Dio Interceptor? #1342
Unanswered
realshovanshah
asked this question in
Q&A
Replies: 1 comment
-
I am using https://pub.dev/packages/fresh_dio with some manual handling. I have not tried the new |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm yet to find an elegant way without using retry count or using a different Dio instance all together. Even interceptor locks are now deprecated. There's many open issues discussing this too. #1286 #50
Beta Was this translation helpful? Give feedback.
All reactions