Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion www/docs/configuration/callbacks.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ If using JSON Web Tokens instead of database sessions, you should use the User I
## JWT callback

This JSON Web Token callback is called whenever a JSON Web Token is created (i.e. at sign
in) or updated (i.e whenever a session is accesed in the client).
in) or updated (i.e whenever a session is accessed in the client).

e.g. `/api/auth/signin`, `getSession()`, `useSession()`, `/api/auth/session`

Expand Down