Flask-Login

E430988

Flask-Login is a Flask extension that simplifies user session management by handling user authentication, login tracking, and access control in web applications.

All labels observed (3)

Label Occurrences
AnonymousUserMixin 1
Flask-Login canonical 1
UserMixin 1

How this entity was disambiguated

Statements (50)

Predicate Object
instanceOf Flask extension ⓘ
Python software library ⓘ
category Flask authentication extension ⓘ
Python web security library ⓘ
compatibleWith WSGI applications via Flask ⓘ
designGoal provide simple login and logout functionality ⓘ
separate authentication logic from session management ⓘ
simplify user session management in Flask applications ⓘ
documentationURL https://flask-login.readthedocs.io/ ⓘ
framework Flask ⓘ
hasConcept AnonymousUserMixin ⓘ
linked to: Flask-Login

LoginManager ⓘ
linked to: Connexion

UserMixin ⓘ
linked to: Flask-Login

current_user ⓘ
login_required ⓘ
login_user ⓘ
logout_user ⓘ
implements access control helpers ⓘ
login tracking ⓘ
user authentication support ⓘ
user session management ⓘ
integratesWith Flask-Principal ⓘ
Flask-Security ⓘ
Flask-WTF ⓘ
license MIT License ⓘ
maintainer Max Countryman ⓘ
programmingLanguage Python ⓘ
repositoryPlatform GitHub ⓘ
requires Flask ⓘ
sourceCodeRepository https://github.com/maxcountryman/flask-login ⓘ
supportsFeature anonymous user handling ⓘ
current user proxy ⓘ
custom user loader callbacks ⓘ
fresh login requirement ⓘ
login required decorator ⓘ
remember me sessions ⓘ
remember token management ⓘ
session protection ⓘ
session timeout configuration ⓘ
session-based authentication ⓘ
unauthorized handler callbacks ⓘ
user ID storage in session ⓘ
user login management ⓘ
user logout management ⓘ
user mixin utilities ⓘ
usedFor integrating authentication with Flask blueprints ⓘ
managing user login state ⓘ
protecting views that require authentication ⓘ
tracking logged-in users across requests ⓘ
web application authentication ⓘ

How these facts were elicited

Referenced by (3)

Full triples — surface form annotated when it differs from this entity's canonical label.

Flask-Admin → integratesWith → Flask-Login ⓘ
Flask-Login → hasConcept → UserMixin ⓘ
linked to: Flask-Login
Flask-Login → hasConcept → AnonymousUserMixin ⓘ
linked to: Flask-Login