hyperswitch icon indicating copy to clipboard operation
hyperswitch copied to clipboard

refactor(users): Make `profile_id` in the JWT non-optional

Open ThisIsMani opened this issue 3 months ago • 0 comments

  • We kept the profile_id in the JWT optional for backwards compatibility.
  • Now we have profile_id in all the JWT and this field no longer needs to be optional in JWT.

ThisIsMani avatar Nov 11 '24 13:11 ThisIsMani