mirror of
https://github.com/wassname/flask-security.git
synced 2026-08-15 12:25:00 +08:00
Refactor forms and import other commonly used functions into package
This commit is contained in:
@@ -10,6 +10,8 @@
|
||||
:license: MIT, see LICENSE for more details.
|
||||
"""
|
||||
|
||||
from flask.ext.login import login_user, logout_user
|
||||
|
||||
from .core import Security, RoleMixin, UserMixin, AnonymousUser, \
|
||||
AuthenticationProvider, current_user
|
||||
from .decorators import auth_token_required, http_auth_required, \
|
||||
|
||||
Reference in New Issue
Block a user