Rita Zerrizuela

Results 109 comments of Rita Zerrizuela

I'll leave this issue open, as there should be a way to access the contents of the ID token without an attempt to refresh. Currently, the iOS SDK's Credentials Manager...

This is now out in [v1.9.0](https://github.com/auth0/auth0-flutter/releases/tag/af-v1.9.0).

Hi @NachoSoto, thanks for raising this. > This is useful to be able to use Auth0 from an extension, where we wouldn't want requests to automatically refresh credentials potentially leading...

> Are there any guarantees that the two can safely complete concurrently? And after that, there could be a race condition where the first one that completed is the one...

@NachoSoto did setting the rotation overlap period work for your use case?

I'd suggest trying out the rotation overlap period first and seeing if you run into any issues.

FYI I won't be working as a maintainer of this library anymore. In the future please work with @NandanPrabhu.

> How can you guarantee there can’t be race conditions with 2 processes writing into the keychain though? It seems I did not explain the purpose of the **Rotation Overlap...

If not, please feel free to create a reproduction (e.g., a minimal app with an extension, both writing to the Keychain in a loop) and share it with us.