You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the Client.clientSecret value is stored in the database as cleartext. This should be updated to be hash encrypted using the same hash alg as User.password.