Skip to main content

Flask extension for passwordless login

Project description

https://badge.fury.io/py/flask-passwordless.png https://travis-ci.org/kevinjqiu/flask-passwordless.png?branch=master https://pypip.in/d/flask-passwordless/badge.png

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

History

0.1.0 (2014-10-16)

  • 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-passwordless-0.1.1.tar.gz (7.3 kB view hashes)

Uploaded Source

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