Metadata-Version: 2.1
Name: fastapi-jwt-auth
Version: 0.1.0b0
Summary: FastAPI extension that provides JWT Auth support
Home-page: https://github.com/IndominusByte/fastapi-jwt-auth
Author: Nyoman Pradipta Dewantara
Author-email: nyomanpradipta120@gmail.com
License: UNKNOWN
Description: # fastapi-jwt-auth
        
        [![Build Status](https://travis-ci.org/IndominusByte/fastapi-jwt-auth.svg?branch=master)](https://travis-ci.org/IndominusByte/fastapi-jwt-auth)
        [![Coverage Status](https://coveralls.io/repos/github/IndominusByte/fastapi-jwt-auth/badge.svg?branch=master)](https://coveralls.io/github/IndominusByte/fastapi-jwt-auth?branch=master)
        ![GitHub](https://img.shields.io/github/license/IndominusByte/fastapi-jwt-auth)
        <br>
        FastAPI extension that provides JWT Auth support (secure, easy to use and lightweight), if you were familiar with flask-jwt-extended this extension suitable for you because this extension inspired by flask-jwt-extended.
        
        ## Features
        <ul>
          <li>Access token and refresh token</li>
          <li>Token freshness will only allow fresh tokens to access endpoint</li>
          <li>Token revoking/blacklisting</li>
          <li>Custom token revoking</li>
        </ul>
        
        ## TODO
        <ul>
          <li>Support for adding custom claims to JSON Web Tokens</li>
        </ul>
        
        ## Usage
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.6
Description-Content-Type: text/markdown
