78
I'm implementing OAuth 2.0 for my app but the flow is confusing.
Can someone explain:
- Authorization Code flow (with PKCE)
- When to use which grant type
- What are access tokens vs refresh tokens
- How does the token refresh work?
A diagram would be helpful!