from cgi import test from email import header #!/usr/bin/env python # -*- encoding: utf-8 -*- ''' @Contact : liuyuqi.gov@msn.cn @Time : 2022/05/24 11:50:01 @License : Copyright © 2017-2022 liuyuqi. All Rights Reserved. @Desc : identity server with jwt test ''' import jwt from jwt.algorithms import get_default_algorithms if __name__=='__main__': pass