You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_More information about typescript can be found in the [Auth.js documentation](https://authjs.dev/getting-started/typescript?framework=next-js)._
269
+
270
+
### 🎉 Events
255
271
256
272
Auth.js emits some [events](https://authjs.dev/reference/nextjs#events) that you can listen to. This plugin extends the events with additional parameters like the `adapter` and `payload` instance.
257
273
@@ -266,7 +282,7 @@ The following events are available:
266
282
- linkAccount
267
283
- session
268
284
269
-
## `signIn` Event
285
+
###`signIn` Event
270
286
271
287
The `signIn` event is emitted when a user successfully signs in. For example, you could use this event to update the user's name on every sign-in:
0 commit comments