Release
Version 1.1.2



// IP-based location for sessions & events, dedicated event log on user details, GitHub-style activity feed, last active / last seen, and more improvements and fixes.

Installation

pnpm add better-auth-studio@latest


What's New


IP-based location: Sessions and events now resolve user activity location from IP address, so you can see where sign-ins and events occur on the globe and in lists.

Enable in studio config:

ipAddress: {
  provider: "ipinfo",
  apiToken: process.env.IPINFO_TOKEN,
  baseUrl: "https://api.ipinfo.io",
  endpoint: "lookup", // "lite" for free plan
},

Events on user details: A dedicated events section on the user details tab shows all events for that user in one place, with filters and timestamps.


Interactive event log: GitHub-style activity feed for events—scrollable, filterable, and easy to scan with clear event types and metadata.


Last active / last seen: User and session views now show "last seen" and last active time for clearer audit trails and support workflows.

Enable in studio config:

lastSeenAt: {
  enabled: true,
  columnName: "lastSeenAt", // or "last_seen_at"
},

Plus additional improvements and fixes across events, sessions, and the studio UI.

> User activity worldwide

Start using Better Auth Studio today.

Get started in minutes