Skip to content

Commit

Permalink
docs(authentication): fix link to general http (#859)
Browse files Browse the repository at this point in the history
  • Loading branch information
alestiago authored Aug 2, 2023
1 parent 2f99229 commit c01bed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/advanced/authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ layering the foundation for more advanced authentication. See below for more det
## Dart Frog Auth

The authentication methods provided in `dart_frog_auth` are based on `Authorization` specification,
as defined in [`General HTTP`][general_http]. Here you will find support
as defined in [`General HTTP`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Authentication). Here you will find support
for `Basic` and `Bearer` authentications, which are common authentication methods used by many developers.

## Basic Authentication
Expand Down

0 comments on commit c01bed2

Please sign in to comment.