Skip to main content

Flask app for store user in MongoDB and simple views for login, logout and registration.

Project description

https://badge.fury.io/py/flask-musers.png https://travis-ci.org/s-m-i-t-a/flask-musers.png?branch=master https://coveralls.io/repos/s-m-i-t-a/flask-musers/badge.png

Flask app for store user in MongoDB and simple views for login, logout and registration.

  • Free software: BSD license

Quickstart

Install flask-musers:

pip install flask-musers

In the app you must init the MUsers:

from flask import Flask
from flask.ext.musers import MUsers

app = Flask(__name__)
MUsers(app)

and register flask-musers blueprint:

from flask_musers.views import musers

app.register_blueprint(musers)

then must be prepared templates for registration - musers/register.html and login - musers/login.html.

Views has names musers.register, musers.login and musers.logout. They are used in url_for:

from flask import url_for

url_for('musers.register')
url_for('musers.login')
url_for('musers.logout')

Config

  • MUSERS_ALLOW_REGISTRATIONS - set to False, when you want disable registrations. Default: True

  • MUSERS_PASSWORD_VALIDATOR - used for custom validator. The dotted name for the object to import. Default: None

History

0.0.1 (2013-09-17)

  • First release on PyPI.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

flask-musers-0.5.4.tar.gz (8.1 kB view details)

Uploaded Source

File details

Details for the file flask-musers-0.5.4.tar.gz.

File metadata

File hashes

Hashes for flask-musers-0.5.4.tar.gz
Algorithm Hash digest
SHA256 0037377c3f36dc6ca0d2793105c947729b1617705ed3b1474545c21c75f73697
MD5 7598c9e13b2fc0e3572f814ad9c83a1b
BLAKE2b-256 13bd065503ed196d34e56f3fcdaa8bdc3eb44994544e40e59710ca7846570afc

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page