Skip to content

Commit 3af68cc

Browse files
Document requires_totp_mfa JWT claim
1 parent 0886586 commit 3af68cc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • docs/content/docs/(guides)/concepts

docs/content/docs/(guides)/concepts/jwt.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ Stack Auth JWTs contain standardized headers and claims that power authenticatio
4242
- **`project_id`**: Your Stack Auth project ID
4343
- **`branch_id`**: The project branch (currently always `main`)
4444
- **`refresh_token_id`**: ID of the associated refresh token
45+
- **`requires_totp_mfa`**: Whether the user has TOTP multi-factor authentication enabled
4546
- **`role`**: Always set to `authenticated` for valid users
4647
- **`name`**: The user's display name (nullable)
4748
- **`email`**: The user's primary email address (nullable)

0 commit comments

Comments
 (0)