File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ) .
You can’t perform that action at this time.
0 commit comments