Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pallets-eco/flask-openid
Flask-OpenID adds openid support to flask applications
https://github.com/pallets-eco/flask-openid
Last synced: 3 months ago
JSON representation
Flask-OpenID adds openid support to flask applications
- Host: GitHub
- URL: https://github.com/pallets-eco/flask-openid
- Owner: pallets-eco
- License: other
- Created: 2010-05-06T11:08:54.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2024-04-05T12:10:51.000Z (7 months ago)
- Last Synced: 2024-05-23T04:30:29.111Z (5 months ago)
- Language: Python
- Homepage:
- Size: 610 KB
- Stars: 232
- Watchers: 20
- Forks: 77
- Open Issues: 8
-
Metadata Files:
- Readme: README.rst
- Changelog: ChangeLog
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - pallets-eco/flask-openid - Flask-OpenID adds openid support to flask applications (Python)
- best-of-web-python - GitHub - 10% open · ⏱️ 26.05.2024): (Authorization & Authentication)
README
Flask-OpenID
============Adds support for OpenID to flask applications. Check out the
example for more information.Documentation: http://packages.python.org/Flask-OpenID/
Note that this library is for a very old and outdated version of OpenID.
Almost no-one uses this Open ID protocol, the OpenID Connect protocol is
the current standard.CHANGELOG
---------* 1.3.1 Version: 26, May 2024
Import quote from urllib.
* 1.3.0 Version: 8, September 2021
Python 3-only compatible version with 2to3 removed to satisfy
setuptools removal of 2to3 configuration option of setup.py