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
There is a conditional which will include both the wallet_id and the wallet_key in the jwt payload. I'm unsure which circumstances triggers this, but including both of these values in the token is unsecure.
There is a conditional which will include both the
wallet_idand thewallet_keyin the jwt payload. I'm unsure which circumstances triggers this, but including both of these values in the token is unsecure.acapy/acapy_agent/multitenant/base.py
Line 309 in 6173d9c