Skip to main content

Role based JWT stateless/ful authentication module for microhttp

Project description

https://img.shields.io/pypi/pyversions/microhttp-auth.svg https://travis-ci.org/meyt/microhttp-auth.svg?branch=master https://coveralls.io/repos/github/meyt/microhttp-auth/badge.svg?branch=master

Role based JWT stateless/ful authentication module for microhttp.

Install

pip install microhttp-auth

Note: Need to setup redis database, if using stateful authenticator.

Configuration

auth:
  jwt_secret_key: <SECRET_KEY>
  jwt_algorithm: # Algorithm supported by pyjwt
  redis:  # Redis configuration [optional]
    host:
    port:

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

microhttp_auth-0.1.3.tar.gz (6.4 kB view hashes)

Uploaded Source

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