January Updates
Custom Logout URIs, Session Inactivity Timeouts, and AuthKit Next.js SDK v1.0
Custom Logout URIs, Session Inactivity Timeouts, and AuthKit Next.js SDK v1.0
Custom Logout URIs

Developers can now configure multiple Logout URIs in the Dashboard. These URIs control the locations to which users can be redirected after signing out with AuthKit. In addition to setting a default, a return_to
parameter can be passed to the Logout API to dynamically select the Logout URI. Read more about using Logout URIs in our docs.
Session Inactivity Timeouts

Developers can now configure the period of inactivity before sessions are expired in addition to being able to set the maximum session length and the duration of access token validity. Check out our docs to learn more about configuring sessions.
AuthKit Next.js SDK v1.0

The AuthKit Next.js SDK is now stable and released as a v1. In addition to the added stability of a v1 release, the library now supports auth in client components and composable middleware, amongst other features. Read more on how to integrate with the Next.js SDK in the Quick Start.
More featured content