hyperswitch
hyperswitch copied to clipboard
refactor(users): Make `profile_id` in the JWT non-optional
- 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.