Software Engineering :: Web :: Development :: Authorization :: OAuth :: Flow :: pixy
⪼ Made with 💜 by Polyglot.
- Software Engineering :: Web :: Development :: Authorization :: OAuth :: Examples :: OAuth | Raycast API
- Software Engineering :: Web :: Development :: Authorization :: OAuth :: Flows :: Authorization Code Grant
Authorization Code Flow with Proof Key for Code Exchange (PKCE): This flow is the official recommendation for native clients that cannot keep a client secret. With PKCE, the client dynamically creates a secret and uses the secret again during code exchange, ensuring that only the client that performed the initial request can exchange the code for the access token (”proof of possession”).
The following providers are PKCE-ready:
- GitLab
- Spotify
- Zoom
- Asana
- Dropbox are all