Skip to content

Commit

Permalink
Update token types in concepts.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyrrrz committed Dec 21, 2023
1 parent 7f4e4fe commit eeb58e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/guide/concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ In the regular course of business, Passwordless.dev uses two important types of
- A **registration token**, created by the private API from requests to the `/register/token` endpoint ([learn more](api.md#register-token)). Your frontend will register this token with the end-user's device for use in sign-in operations.
- An **authentication token**, created by the public API from calls to the `.signin()` method ([learn more](frontend/javascript.md#signinwith)). Your backend will verify this token to complete a sign-in operation (via the `/signin/verify` endpoint).

Additionally, Passwordless.dev uses two other types of tokens for special purposes:
Additionally, Passwordless.dev uses other types of tokens for special purposes:

- A **manually generated authentication token**, created by the private API from requests to the `/signin/generate-token` endpoint. This token carries the same weight as a regular authentication token, but is generated manually, side-stepping the usual authentication flow. It's primarily used facilitate account recovery and sign-in via magic links.

Expand Down

0 comments on commit eeb58e1

Please sign in to comment.