[ buster ]
[ 源代码: flask-principal ]
软件包:python-flask-principal(0.4.0-1)
python-flask-principal 的相关链接
Debian 的资源:
下载源码包 flask-principal:
- [flask-principal_0.4.0-1.dsc]
- [flask-principal_0.4.0.orig.tar.gz]
- [flask-principal_0.4.0-1.debian.tar.gz]
维护者:
外部的资源:
- 主页 [flask-principal.readthedocs.org]
相似软件包:
identity management for Flask
Flask-Principal provides a very loose framework to tie in providers of two types of service, often located in different parts of a web application:
- Authentication providers - User information providers
For example, an authentication provider may be oauth, using Flask-OAuth and the user information may be stored in a relational database. Looseness of the framework is provided by using signals as the interface.
This is the Python 2 version of the package.
其他与 python-flask-principal 有关的软件包
|
|
|
|
-
- dep: python (<< 2.8)
- 交互式高级面向对象语言(Python2 版本)
- dep: python (>= 2.7)
-
- dep: python-blinker
- 快速、简单的对象到对象和广播的信号消息库
-
- dep: python-flask
- micro web framework based on Werkzeug and Jinja2 - Python 2.7