Coder Social home page Coder Social logo

russellcardullo / flask-jwt-extended Goto Github PK

View Code? Open in Web Editor NEW

This project forked from vimalloc/flask-jwt-extended

0.0 1.0 0.0 691 KB

An open source Flask extension that provides JWT support (with batteries included)!

Home Page: http://flask-jwt-extended.readthedocs.io/en/latest/

License: MIT License

Python 100.00%

flask-jwt-extended's Introduction

Flask-JWT-Extended

Build Status Coverage Status PyPI version Documentation Status

Features

Flask-JWT-Extended not only adds support for using JSON Web Tokens (JWT) to Flask for protecting views, but also many helpful (and optional) features built in to make working with JSON Web Tokens easier. These include:

  • Support for adding custom claims to JSON Web Tokens
  • Custom claims validation on received tokens
  • Creating tokens from complex objects or complex object from received tokens
  • Refresh tokens
  • Token freshness and separate view decorators to only allow fresh tokens
  • Token revoking/blacklisting
  • Storing tokens in cookies and CSRF protection

Usage

View the documentation online

Changelog

You can view the changelog here. This project follows semantic versioning.

Chatting

Come chat with the community or ask questions at https://discord.gg/EJBsbFd

Local Development

We require 100% code coverage in our unit tests. You can run the tests locally with tox which will print out a code coverage report. Creating a pull request will run the tests against python 2.7, 3.5, 3.6, 3.7, 3.8 and PyPy.

$ tox

We also require features to be well documented. After installing the requirements, you can generate a local copy of documentation by going to the docs directory and running:

$ make clean && make html

flask-jwt-extended's People

Contributors

5kyc0d3r avatar acrossen avatar alexwwang avatar alexykot avatar alisianoi avatar allen-cook avatar beenje avatar briancappello avatar carlegbert avatar colevscode avatar darksunium avatar decaz avatar deftez avatar djailla avatar dohvis avatar dunkmann00 avatar eamanu avatar faisalabujabal avatar farshiana avatar fgblomqvist avatar frnsys avatar iamajay avatar illia-v avatar luord avatar matthewstory avatar psafont avatar reiven avatar rlam3 avatar robscllc avatar vimalloc avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.