We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f99229 commit c01bed2Copy full SHA for c01bed2
docs/docs/advanced/authentication.md
@@ -15,7 +15,7 @@ layering the foundation for more advanced authentication. See below for more det
15
## Dart Frog Auth
16
17
The authentication methods provided in `dart_frog_auth` are based on `Authorization` specification,
18
-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
19
for `Basic` and `Bearer` authentications, which are common authentication methods used by many developers.
20
21
## Basic Authentication
0 commit comments