Skip to content

Commit dda86eb

Browse files
authored
Merge pull request #847 from kenjis/docs-reorganize-3
docs: reorganize (part 3/3)
2 parents e186140 + a2dc641 commit dda86eb

11 files changed

Lines changed: 497 additions & 493 deletions

File tree

docs/getting_started/authenticators.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,14 @@ Shield provides the following Authenticators:
66

77
- **Session** authenticator provides traditional ID/Password authentication.
88
It uses username/email/password to authenticate against and stores the user
9-
information in the session. See [Using Session Authenticator](../quick_start_guide/using_session_auth.md) for usage.
9+
information in the session. See [Using Session Authenticator](../quick_start_guide/using_session_auth.md)
10+
and [Session Authenticator](../references/authentication/session.md) for usage.
1011
- **AccessTokens** authenticator provides stateless authentication using Personal
1112
Access Tokens passed in the HTTP headers.
12-
See [Protecting an API with Access Tokens](../guides/api_tokens.md) for usage.
13+
See [Protecting an API with Access Tokens](../guides/api_tokens.md) and
14+
[Access Token Authenticator](../references/authentication/tokens.md) for usage.
1315
- **HmacSha256** authenticator provides stateless authentication using HMAC Keys.
14-
See [Protecting an API with HMAC Keys](../guides/api_hmac_keys.md) for usage.
16+
See [Protecting an API with HMAC Keys](../guides/api_hmac_keys.md) and
17+
[HMAC SHA256 Token Authenticator](../references/authentication/hmac.md) for usage.
1518
- **JWT** authenticator provides stateless authentication using JSON Web Token. To use this,
1619
you need additional setup. See [JWT Authentication](../addons/jwt.md).

0 commit comments

Comments
 (0)