The common approach for user's authentication in the web would be to use Flask-Login, which stores current user id in Flask session by default.
確定! 回上一頁