Skip to content

Commit

Permalink
Update docs/backend-requests/handling/manual-jwt.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: victoria <[email protected]>
  • Loading branch information
alexisintech and victoriaxyz authored Dec 2, 2024
1 parent 399c510 commit 4488715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/backend-requests/handling/manual-jwt.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The following example uses the `authenticateRequest()` method to verify the sess

### Finished

If the above process is successful, it means that the user is signed in to your application and you can consider them authenticated. You can also retrieve the session ID and user ID out of the token's claims.
If the above process succeeds, the user is considered signed in to your application and authenticated. You can also retrieve the session ID and user ID from of the token's claims.
</Steps>

### Example
Expand Down

0 comments on commit 4488715

Please sign in to comment.