Skip to content

Commit dfd3829

Browse files
docs(authentication): fix typo (#856)
Co-authored-by: Renan <[email protected]>
1 parent 26b935c commit dfd3829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/advanced/authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ perform or not a given operation.
206206

207207
`dart_frog_auth` only solves the authentication part of the problem. To enforce
208208
authorization, it is up to the developer to implement it manually, or use an authorization issue
209-
system like OATH, for example.
209+
system like OAuth2, for example.
210210

211211
In technical terms, a request should return `401` (Unauthorized) when authentication fails and
212212
`403` (Forbidden) when authorization failed.

0 commit comments

Comments
 (0)