Files
notifications-admin/app
Leo Hemsted 4808509139 make flask_login upgrade backwards compatible
flask_login moves from `user_id` to `_user_id`. unfortunately, this
isn't backwards compatible as if an old cookie only has the old
`user_id`, then flask_login won't find `_user_id` so will mark the user
as unauthenticated.

this code will manually migrate the three flask login cookie variables,
before the flask_login code runs, so that it doesn't freak out
2020-03-13 15:16:12 +00:00
..
2020-03-13 15:16:04 +00:00
2020-03-06 13:25:53 +00:00