You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using PKCE with a nonce is more secure and highly recommended.
Unless I just poorly misunderstand the codebase, there's no way to generate PKCE code challenge/exchange and nonces to verify the client.
The text was updated successfully, but these errors were encountered:
This seems like a good addition to oidc-react. Feel free to open a PR if you want. I would likely see if there is some hook or feature in oidc-client-ts as well. Contributions from you are what keep our project alive!
Using PKCE with a nonce is more secure and highly recommended.
Unless I just poorly misunderstand the codebase, there's no way to generate PKCE code challenge/exchange and nonces to verify the client.
The text was updated successfully, but these errors were encountered: