Skip to content

meyt/microhttp-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

microhttp-auth

image

image

image

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:

About

Role based JWT stateless/ful authentication module for microhttp.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages