We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66d16f8 commit d03125aCopy full SHA for d03125a
www/docs/configuration/callbacks.md
@@ -188,6 +188,8 @@ callbacks: {
188
...
189
```
190
191
+If you're using TypeScript, you will want to [augment the session type](/getting-started/typescript#module-augmentation).
192
+
193
:::tip
194
When using JSON Web Tokens the `jwt()` callback is invoked before the `session()` callback, so anything you add to the
195
JSON Web Token will be immediately available in the session callback, like for example an `access_token` from a provider.
0 commit comments