scidsg / hushline

Hush Line connects whistleblowers with organizations and people who can help.
https://hushline.app
GNU Affero General Public License v3.0
77 stars 21 forks source link

Add Flask-Login #691

Open glenn-sorrentino opened 1 month ago

brassy-endomorph commented 1 week ago

On hold because having a one-to-many relation of users to sessesion in the ORM isn't expressable and basically every sensible webapp works that way. Maybe I'm wrong, but before we revamp auth, we need to figure out if Flask-Login can be made to use that pattern.