github SonicJs-Org/sonicjs v2.18.1

3 hours ago

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

Don't miss a new sonicjs release

NewReleases is sending notifications on new releases.