Keep the current session active
POST/api/session/extend
Records that the signed-in user is still active, resetting the client-side inactivity timer. This is an audit/telemetry ping; the JWT session lifetime is managed by NextAuth and is not altered here.
Auth: required
Responses
- 200
- 401
- 500
Activity recorded.
Not signed in.
Server error.