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
Why
We have two code paths for loading the session state in sso-auth that we kept in until the cookie refresh period expired for sso in production. We can now remove that code as well as all of the payloads package, and only use the miscreant implementation of AES-SIV for encrypting and decrypting session state.
Why
We have two code paths for loading the session state in
sso-auth
that we kept in until the cookie refresh period expired for sso in production. We can now remove that code as well as all of the payloads package, and only use the miscreant implementation of AES-SIV for encrypting and decrypting session state.This would involve removing:
AuthLoadSession
setPayloads
internal/pkg/payloads
The text was updated successfully, but these errors were encountered: