Blog Frontend (page 1/3)
Setup an OAuth2 PKCE flow for a React.JS application by Romain Manni-Bucau, 2021-04-20
OAuth2 PKCE flow is intended for web application. It makes the authentication flow more secure and does not require client secret (which must stay secret so not hit the client). Let see how to set it up in a React.JS application.