issues
search
juspay
/
hyperswitch
An open source payments switch written in Rust to make payments fast, reliable and affordable
https://hyperswitch.io/
Apache License 2.0
12.66k
stars
1.36k
forks
source link
refactor(users): Make `profile_id` in the JWT non-optional
#6534
Closed
ThisIsMani
closed
1 week ago
ThisIsMani
commented
2 weeks ago
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.
profile_id
in the JWT optional for backwards compatibility.profile_id
in all the JWT and this field no longer needs to be optional in JWT.