cebel / pyuniprot

Python package to query and analyse UniProt
Apache License 2.0
22 stars 8 forks source link

Use flask-security for logins #11

Open cthoyt opened 7 years ago

cthoyt commented 7 years ago

I saw that you completely rolled your own login system - it would be much easier and more consistent to use Flask-Security, which takes care of everything (session management, data models, and templates) for you.

Let's pair program this?

cebel commented 7 years ago

Not an urgent task, because no user management used in the moment. Will we solved later with more fancy user interface.