Skip to content

Commit

Permalink
Update implementation.md
Browse files Browse the repository at this point in the history
Fix a broken link
  • Loading branch information
theManikJindal committed Jun 13, 2024
1 parent 868e376 commit 06df4ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# User Authentication Implementation Guide

The following guide goes over finer implementation details for user authentication credentials. At the end of this guide is a list of recommended industry-standard OAuth2 libraries. Before proceeding, we recommend you familiarize yourself with the 3-legged OAuth flow in our [user authentication guide](./index.md).
The following guide goes over finer implementation details for user authentication credentials. At the end of this guide is a list of recommended industry-standard OAuth2 libraries. Before proceeding, we recommend you familiarize yourself with the 3-legged OAuth flow in our [user authentication guide](../UserAuthentication/index.md).

## User authentication credential types

Expand Down

0 comments on commit 06df4ec

Please sign in to comment.