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 26b935c commit dfd3829Copy full SHA for dfd3829
docs/docs/advanced/authentication.md
@@ -206,7 +206,7 @@ perform or not a given operation.
206
207
`dart_frog_auth` only solves the authentication part of the problem. To enforce
208
authorization, it is up to the developer to implement it manually, or use an authorization issue
209
-system like OATH, for example.
+system like OAuth2, for example.
210
211
In technical terms, a request should return `401` (Unauthorized) when authentication fails and
212
`403` (Forbidden) when authorization failed.
0 commit comments