mirror of
https://github.com/wassname/flask-security.git
synced 2026-06-27 16:10:11 +08:00
House keeping
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
MIT License
|
||||
|
||||
Copyright (C) 2012 by Matt Wright
|
||||
Copyright (C) 2012 by Matthew Wright
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
this software and associated documentation files (the "Software"), to deal in
|
||||
|
||||
+2
-6
@@ -3,12 +3,8 @@ Flask-Security
|
||||
|
||||
.. image:: https://secure.travis-ci.org/mattupstate/flask-security.png?branch=develop
|
||||
|
||||
Simple security for Flask applications combining Flask-Login, Flask-Principal,
|
||||
Flask-WTF, passlib, and your choice of datastore. Currently SQLAlchemy via
|
||||
Flask-SQLAlchemy and MongoEngine via Flask-MongoEngine are supported out of the
|
||||
box. You will need to install the necessary Flask extensions that you'll be
|
||||
using. Additionally, you may need to install an encryption library such as
|
||||
py-bcrypt to support bcrypt passwords.
|
||||
Flask-Security is a Flask extension that aims to add quick and simple security
|
||||
to your Flask applications.
|
||||
|
||||
Resources
|
||||
---------
|
||||
|
||||
+2
-7
@@ -1,10 +1,4 @@
|
||||
|
||||
Flask-Security
|
||||
==============
|
||||
|
||||
.. module:: flask_security
|
||||
|
||||
Quick and simple security for Flask applications.
|
||||
.. include:: ../README.rst
|
||||
|
||||
|
||||
Contents
|
||||
@@ -322,6 +316,7 @@ signals.
|
||||
|
||||
Changelog
|
||||
=========
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
|
||||
@@ -1,16 +1,17 @@
|
||||
"""
|
||||
Flask-Security
|
||||
--------------
|
||||
==============
|
||||
|
||||
Flask-Security is a Flask extension that aims to add quick and simple security
|
||||
via Flask-Login, Flask-Principal, Flask-WTF, and passlib.
|
||||
to your Flask applications.
|
||||
|
||||
Links
|
||||
`````
|
||||
Resources
|
||||
---------
|
||||
|
||||
* `documentation <http://packages.python.org/Flask-Security/>`_
|
||||
* `source <https://github.com/mattupstate/flask-security>`_
|
||||
* `development version
|
||||
* `Documentation <http://packages.python.org/Flask-Security/>`_
|
||||
* `Issue Tracker <https://github.com/mattupstate/flask-security/issues>`_
|
||||
* `Source <https://github.com/mattupstate/flask-security>`_
|
||||
* `Development Version
|
||||
<https://github.com/mattupstate/flask-security/raw/develop#egg=Flask-Security-dev>`_
|
||||
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user