Metadata-Version: 2.1
Name: securely
Version: 0.1.4
Summary: This package will help you while authorization and authentication in fastapi
Home-page: https://github.com/coderxuz/securely
Author: Xursand
Author-email: coderxuz2009@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: passlib
Requires-Dist: authlib

# Securely

**Securely** is a Python package that helps with authentication and authorization in FastAPI applications.

## Installation

You can install the package via `pip`:

```bash
pip install securely
