Fixes
- Custom user-profile fields surfaced in auth responses (#803, #812) —
/auth/meand/auth/otp/verifynow include all fields registered viadefineUserProfile()(e.g.plan,tier), so apps can gate UI on them without a second roundtrip. The OTP verify response also returnsusername,first_name,last_name, andcreated_at, and stops leaking the internalis_activeflag.
Installation
npm create sonicjs@latest my-appOr update an existing project:
npm install @sonicjs-cms/core@2.18.1