We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 874e951 commit 370fd37Copy full SHA for 370fd37
1 file changed
docs/book/v4/tutorials/token-authentication.md
@@ -14,9 +14,12 @@ identified from the access token sent via the `Authorization` header.
14
When DotKernel API receives a request, it tries to read the access token.
15
16
If it does not find an access token, client has `guest` role:
17
+
18
- if the requested endpoint needs no authentication, the requested resource is returned
19
- else, a `403 Forbidden` response is returned
20
21
Else, client's account is identified and client has `admin`/`user` role (the one assigned in their account)
22
23
- if the requested endpoint is accessible to the client, the requested resource is returned
24
25
0 commit comments