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
localstorage is insecure, we are in the process of updating token management for access/refresh tokens across our applications. will leave this ticket open for now as a reminder to review our token management on the ui.
The refresh token for the workflow-ui is being used as a cookie. This is not necessary, and has some security implications.
Change the workflow-ui implementation to user the Refresh token in
localstorage
, rather than as a cookie.The text was updated successfully, but these errors were encountered: