Questions tagged [okta-signin-widget]

No instructions have been provided for the implementation of this tag... at least not yet!

Can the PKCE flow with okta-react be configured to store the okta-token-storage in cookies instead of local storage? If so, how can

In order to comply with our organizational policy, I have successfully implemented the PKCE flow using the @okta/okta-react library. However, after a successful login, the accessToken and idToken are currently being stored in local storage instead of cooki ...