Skip to main content

A flask extension that allows login via Beet app

Project description

Flask-Beet Extension

build status codecov

Flask-beet is a Flask extension for allow login (flask-security/flask-login) via signed messages and the Beet app.

The login requires a unique string to be signed and submitted. The signature is created with the memo key of an account on the BitShares Blockchain,

Installation

Install the extension with one of the following commands:

$ pip install flask_beet

Usage

Using Flask-Beet is fairly straightforward. Begin by importing the extension and then passing your application object back to the extension, like this:

from flask import Flask
from flask_beet import Beet
app = Flask(__name__)
beet = Beet(app)

You'll also need to extend your user model with the BeetMixin mixin:

from flask_beet import BeetMixin

# Replace
-class User(db.Model, UserMixin):

# with
+class User(db.Model, UserMixin, BeetMixin):

Documentation

The Sphinx-compiled documentation is available here: flask-beet.rtfd.io

Development

This tool uses semversioner to track changes. After changes, please use

semversioner add-change --type patch --description "Fix security vulnerability with authentication."

to track them.

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-Beet-0.2.0.tar.gz (214.8 kB view details)

Uploaded Source

Built Distribution

Flask_Beet-0.2.0-py3-none-any.whl (214.9 kB view details)

Uploaded Python 3

File details

Details for the file Flask-Beet-0.2.0.tar.gz.

File metadata

  • Download URL: Flask-Beet-0.2.0.tar.gz
  • Upload date:
  • Size: 214.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3

File hashes

Hashes for Flask-Beet-0.2.0.tar.gz
Algorithm Hash digest
SHA256 4326a639ec1fe00d422af0aba7ad3851bb0eca32ac4420daddcb68ed757f1dd5
MD5 422e41250f3694136fa7b0433199db5b
BLAKE2b-256 39dffdb5741d6b898b976b153562cc71072cb105bacb5e3865aafaa3a6fcd3ef

See more details on using hashes here.

File details

Details for the file Flask_Beet-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: Flask_Beet-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 214.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3

File hashes

Hashes for Flask_Beet-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 a82aa9100917be2d8edbcc41ddf4446042b7e7b075ad186d9b3a9db2b1c7c648
MD5 c25602400045b25858c6c25428aa9e4d
BLAKE2b-256 32fffdc293e8138bdcd56c341263deadacf70021b4c22f7f3bcced0f9786e4b2

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