okta / okta-storage-swift

Secure storage library
https://github.com/okta/okta-storage-swift
Other
8 stars 8 forks source link

Preserve local authentication context to prevent multiple authentication prompts #35

Open alexfedosov opened 5 months ago

alexfedosov commented 5 months ago

This is helpful to prevent multiple authentication prompts while app is running and needs to interact with secure storage multiple times, for instance, when authentication token needs to be renewed.

alexfedosov commented 2 months ago

Is there any way I could help to get this merged?