Ferrylight
Home Members Teams
Configure
User & Authentication Team settings Sessions Account portal Appearance Integrations Token templates Webhooks
Developers
API keys Paths Domains
Application
Plan & billing Settings
MO Mireille Okafor
Development
Configure›Sessions

Sessions

Control how long a signed-in member stays authenticated, and what the issued session token carries with it.

Multi-session handling

Let one browser hold several signed-in members at once and switch between them without a fresh sign-in.

Inactivity — 14 days Maximum lifetime 2 years

Session token claims

Attach custom claims to every token Harborlock issues so your API can authorize without a second round trip.

Revoke on password change

End every other active session when a member updates their password from the account portal.

Customize session token

Augment your session tokens by adding custom claims

Claims
{
  "aud": "https://api.ferrylight.dev",
  "regions": ["eu-west-2", "ap-south-1"],
  "given_name": "Mireille",
  "seat_tier": null,
  "email": "mireille@larkfield.io"
}

Insert shortcodes