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 details)

Uploaded Source

File details

Details for the file flask-passwordless-0.1.1.tar.gz.

File metadata

File hashes

Hashes for flask-passwordless-0.1.1.tar.gz
Algorithm Hash digest
SHA256 c0faaec9de504564e55cd663afd76c89dc5d3ef399257ef00f0b85af60395458
MD5 a3b97e9c23457a0af15f524e19a9afaa
BLAKE2b-256 63161f5c4053530dc61ccd599de2e712b172baf04a7ebf22ce24cacb44119c52

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