Skip to content

Middleware and Login Resource for securing your falcon API with JSON Web Tokens.

Notifications You must be signed in to change notification settings

trendiguru/falcon-jwt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

falcon-jwt

Middleware and Login Resource for securing you falcon API with JSON Web Tokens.

This package provides:

  1. The LoginResouce. POSTing to this with a valid username and password will send back an Auth Cookie
  2. Corresponding AuthMiddleware which will only allow logged in users to access resources.

Should be configured to pass pylint with a simple py.test --pylint

See https://github.com/trendiguru/falcon-jwt/blob/master/things.py for a usage example.

About

Middleware and Login Resource for securing your falcon API with JSON Web Tokens.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages