简体   繁体   中英

flask-login alternative for beginner

I will do project with my class, so they are a bit new with python. In our web application we will need registration/authentication. I used flask-login for this stuff, but I didn't enjoy this. I think it is difficult to understand and this is not obvious. I want to display that python is very simple to the class. I want to avoid duplications with log in stuff, what can you suggest to use instead?

From what i know, there are no popular alternatives to Flask-Login, except writing your own one. If you plan to do this, flask.session is highly relevant, as is a part of the tutorial .

There's also Flask-Security, but that builds on top Flask-Login. I used neither of them.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM