__init__.py 文件源码

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

项目:alexandria 作者: LibraryBox-Dev 项目源码 文件源码
def unsign_auth_path(path_signed):
    """returns the path from a signed/sealed next_path"""
    notary = itsdangerous.URLSafeSerializer(app.secret_key)
    next_path_unsigned = notary.loads(path_signed)
    return next_path_unsigned
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号