Flask extension for passwordless login
Project description
Flask extension for implementing passwordless login.
Inspired by passwordless
Intro
This simple flask plugin allows you to implement passwordless login using one-time password token authentication.
Passwordless authentication is faster to deploy, easier for your users and better for security.
Deployment
A single userid field in your web front-end and that’s it. No need for complicated user login forms.
Convenience
Users don’t have to come up with a secure password.
Security
Because using one-time token, you don’t need to store users’ passwords so you have no passwords to lose to hackers.
Usage
Installation
Similar to any modern python libraries, install flask-passwordless with pip
pip install flask-passwordless
If you’re using virtualenv (and you really should), activate the virtualenv before doing pip install.
Integrate it in your project
Take a look at the examples folder
Free software: BSD license
Documentation: http://flask-passwordless.rtfd.org.
History
0.1.0 (2014-10-16)
First release on PyPI.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file flask-passwordless-0.1.1.tar.gz
.
File metadata
- Download URL: flask-passwordless-0.1.1.tar.gz
- Upload date:
- Size: 7.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c0faaec9de504564e55cd663afd76c89dc5d3ef399257ef00f0b85af60395458 |
|
MD5 | a3b97e9c23457a0af15f524e19a9afaa |
|
BLAKE2b-256 | 63161f5c4053530dc61ccd599de2e712b172baf04a7ebf22ce24cacb44119c52 |