blob: 40568a5727c87c6a2ad3ed05280ac9009e1184e0 (
plain) (
blame)
1
2
3
4
5
6
7
|
This is a set of Python packages to support use of the OpenID decentralized
identity system in your application, update to Python 3. Want to enable single
sign-on for your web site? Use the openid.consumer package. Want to run your own
OpenID server? Check out openid.server. Includes example code and support for a
variety of storage back-ends.
See also: https://github.com/necaris/python3-openid
|