rspec/shared_content/secrets/fix/oauth_pkce.adoc

7 lines
264 B
Plaintext
Raw Normal View History

**Use OAuth 2.0 PKCE**
Proof Key for Code Exchange (PKCE, RFC 7636) is an extension to OAuth 2.0. It
helps to protect authentication tokens when the `client_secret` value cannot be
kept secure, such as mobile applications and JavaScript single page
applications.