A flask extension that allows login via Beet app
Project description
Flask-Beet Extension
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
Built Distribution
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4326a639ec1fe00d422af0aba7ad3851bb0eca32ac4420daddcb68ed757f1dd5 |
|
MD5 | 422e41250f3694136fa7b0433199db5b |
|
BLAKE2b-256 | 39dffdb5741d6b898b976b153562cc71072cb105bacb5e3865aafaa3a6fcd3ef |
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | a82aa9100917be2d8edbcc41ddf4446042b7e7b075ad186d9b3a9db2b1c7c648 |
|
MD5 | c25602400045b25858c6c25428aa9e4d |
|
BLAKE2b-256 | 32fffdc293e8138bdcd56c341263deadacf70021b4c22f7f3bcced0f9786e4b2 |