Skip to content

v2.18.1

Choose a tag to compare

@lane711 lane711 released this 01 May 00:35
· 14 commits to main since this release

Fixes

  • Custom user-profile fields surfaced in auth responses (#803, #812) — /auth/me and /auth/otp/verify now include all fields registered via defineUserProfile() (e.g. plan, tier), so apps can gate UI on them without a second roundtrip. The OTP verify response also returns username, first_name, last_name, and created_at, and stops leaking the internal is_active flag.

Installation

npm create sonicjs@latest my-app

Or update an existing project:

npm install @sonicjs-cms/core@2.18.1