Skip to content

Commit

Permalink
Update implicit-flow.mdx(fix the pkce-flow"s path) (#26063)
Browse files Browse the repository at this point in the history
Update implicit-flow.mdx

fixed the PKCE-flow's path

Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>
  • Loading branch information
yuuu9617 and charislam committed May 13, 2024
1 parent 29d9677 commit c9467f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/content/guides/auth/sessions/implicit-flow.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ subtitle: 'About authenticating with implicit flow.'

The implicit flow is one of two ways that a user can authenticate and your app can receive the necessary access and refresh tokens.

The flow is an implementation detail handled for you by Supabase Auth, but understanding the difference between implicit and [PKCE flow](/guides/auth/sessions/pkce-flow) is important for understanding the difference between client-only and server-side auth.
The flow is an implementation detail handled for you by Supabase Auth, but understanding the difference between implicit and [PKCE flow](/docs/guides/auth/sessions/pkce-flow) is important for understanding the difference between client-only and server-side auth.

## How it works

Expand Down

0 comments on commit c9467f5

Please sign in to comment.