jacobsvante / fastapi-security

Implements authentication and authorization as FastAPI dependencies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FastAPI Security

Continuous Integration Status Continuous Delivery Status Python Versions Code Coverage PyPI Package

Add authentication and authorization to your FastAPI app via dependencies.

Installation

With OAuth2/OIDC support:

pip install fastapi-security[oauth2]

With basic auth only:

pip install fastapi-security

Documentation

The documentation for FastAPI-Security is found here.

About

Implements authentication and authorization as FastAPI dependencies

License:MIT License


Languages

Language:Python 100.0%