Skip to content

kevinjqiu/flask-passwordless

Repository files navigation

flask-passwordless

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

About

A flask extension for implementing passwordless logins

Resources

License

Stars

Watchers

Forks

Packages

No packages published