okta / okta-mobile-kotlin

Okta's Android Authentication SDK
https://okta.github.io/okta-mobile-kotlin/
Apache License 2.0
35 stars 12 forks source link

Ensure DataStore consistency by deleting the ACCESS TOKEN when it's manually revoked through the SDK. #307

Open zeeahmed02 opened 4 months ago

zeeahmed02 commented 4 months ago

Describe the feature request?

This feature enhances security and data integrity by automatically synchronizing the state of access tokens in DataStore with their revocation status, ensuring prompt deletion from storage upon manual revocation via the SDK.

New or Affected Resource(s)

It will be a new feature for the developers to remove the tokens from DataStore as per the requirement

Provide a documentation link

No response

Additional Information?

No response