__init__.py 文件源码

python
阅读 19 收藏 0 点赞 0 评论 0

项目:pillar 作者: armadillica 项目源码 文件源码
def logout_user():
    """Forces a logout of the current user."""

    from ..api.utils import authentication

    token = get_blender_id_oauth_token()
    if token:
        authentication.remove_token(token)

    session.clear()
    flask_login.logout_user()
    g.current_user = AnonymousUser()
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号