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
Need to have a login for mods, and a way to register new users.
Flask has built-in support for cookie encryption, so we can just use that, and for authentication I'm thinking a table which just has admin IDs and what their access levels are.
Need to have a login for mods, and a way to register new users.
Flask has built-in support for cookie encryption, so we can just use that, and for authentication I'm thinking a table which just has admin IDs and what their access levels are.