Skip to main content

Strong, Simple, and Precise security for Flask APIs (using jwt)

Project description

Latest Published Version Build Status Documentation Build Status

flask-praetorian

Strong, Simple, and Precise security for Flask APIs

API security should be strong, simple, and precise like a Roman Legionary. This package aims to provide that. Using JWT tokens as implemented by PyJWT, flask_praetorian uses a very simple interface to make sure that the users accessing your API’s endpoints are provisioned with the correct roles for access.

This project was heavily influenced by Flask-Security, but intends to supply only essential functionality. Instead of trying to anticipate the needs of all users, flask-praetorian will provide a simple and secure mechanism to provide security for APIs specifically.

This extension offers a batteries-included approach to security for your API. For essential security concerns for Flask-based APIs, flask-praetorian should supply everything you need.

The flask-praetorian package can be used to:

  • Hash passwords for storing in your database

  • Verify plaintext passwords against the hashed, stored versions

  • Generate authorization tokens upon verification of passwords

  • Check requests to secured endpoints for authorized tokens

  • Supply expiration of tokens and mechanisms for refreshing them

  • Ensure that the users associated with tokens have necessary roles for access

  • Parse user information from request headers for use in client route handlers

  • Support inclusion of custom user claims in tokens

  • Register new users using email verification

All of this is provided in a very simple to configure and initialize flask extension. Though simple, the security provided by flask-praetorian is strong due to the usage of the proven security technology of JWT and python’s PassLib package.

Super-quick Start

  • requirements: python versions 3.8+

  • install through pip: $ pip install flask-praetorian

  • minimal usage example: example/basic.py

Documentation

The complete documentation can be found at the flask-praetorian home page

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_praetorian-1.6.2.tar.gz (18.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

flask_praetorian-1.6.2-py3-none-any.whl (21.0 kB view details)

Uploaded Python 3

File details

Details for the file flask_praetorian-1.6.2.tar.gz.

File metadata

  • Download URL: flask_praetorian-1.6.2.tar.gz
  • Upload date:
  • Size: 18.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.4.1 CPython/3.8.18 Linux/6.11.0-1018-azure

File hashes

Hashes for flask_praetorian-1.6.2.tar.gz
Algorithm Hash digest
SHA256 6fc3077f1e382a764fbd5ec6c5037aa72183d2cebc226ed956f43b25430230c2
MD5 4d5583d45bc3b64fdfe7a87499e78bdd
BLAKE2b-256 6ea77df2bfa24bef494bdbff94d6e4d35a2920c937d8f120d1c4a1fcbd878e48

See more details on using hashes here.

File details

Details for the file flask_praetorian-1.6.2-py3-none-any.whl.

File metadata

  • Download URL: flask_praetorian-1.6.2-py3-none-any.whl
  • Upload date:
  • Size: 21.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.4.1 CPython/3.8.18 Linux/6.11.0-1018-azure

File hashes

Hashes for flask_praetorian-1.6.2-py3-none-any.whl
Algorithm Hash digest
SHA256 e5f6d559e85798d70985a817df708644eec5d4c21e1ec76df89ef1dc4bd8caa3
MD5 7159585b735d44f0d3f744a1eb8d6856
BLAKE2b-256 7a17605a627ef32b094d688137e4b2a1c4328aedfedb48447383b9af23af7bce

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page