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 auth token for the admin page is handled by client side javascript. This leads to the possibility of (maliciously) injected client side code gaining access to the token. A better approach would be to generate httponly cookies that can't be accessed directly by client side code.
The text was updated successfully, but these errors were encountered:
Currently, the auth token for the admin page is handled by client side javascript. This leads to the possibility of (maliciously) injected client side code gaining access to the token. A better approach would be to generate httponly cookies that can't be accessed directly by client side code.
The text was updated successfully, but these errors were encountered: