Metadata-Version: 2.1
Name: navigator-auth
Version: 0.3.20
Summary: Navigator Auth is an Authentication/Authorization Toolkit for aiohttp.
Home-page: https://github.com/phenobarbital/navigator-auth
Author: Jesus Lara
Author-email: jesuslarag@gmail.com
License: Apache 2.0 license
Project-URL: Source, https://github.com/phenobarbital/navigator-auth
Project-URL: Funding, https://paypal.me/phenobarbital
Project-URL: Say Thanks!, https://saythanks.io/to/phenobarbital
Keywords: asyncio,auth,aioredis,aiohttp,authz,authentication,authorization
Platform: POSIX
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Operating System :: POSIX :: Linux
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Environment :: Web Environment
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: System :: Networking
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Framework :: AsyncIO
Classifier: Framework :: aiohttp
Requires-Python: >=3.8.0
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: wheel (==0.37.1)
Requires-Dist: Cython (==0.29.32)
Requires-Dist: PyNaCl (==1.5.0)
Requires-Dist: aiohttp (==3.8.3)
Requires-Dist: uvloop (==0.17.0)
Requires-Dist: asyncio (==3.4.3)
Requires-Dist: cchardet (==2.1.7)
Requires-Dist: orjson (==3.8.0)
Requires-Dist: jsonpickle (==2.2.0)
Requires-Dist: yarl (==1.8.1)
Requires-Dist: wrapt (==1.14.1)
Requires-Dist: aioredis (==2.0.1)
Requires-Dist: navconfig (>=0.10.0asyncdb>=2.1.18)
Requires-Dist: navigator-session (>=0.1.1)
Requires-Dist: PyJWT (==2.4.0)
Requires-Dist: pycryptodome (==3.15.0)
Requires-Dist: rncryptor (==3.3.0)
Requires-Dist: msal (==1.20.0)
Requires-Dist: aiogoogle (==3.1.2)
Requires-Dist: okta-jwt-verifier (==0.2.3)
Requires-Dist: python-slugify (==6.1.1)
Requires-Dist: platformdirs (==2.5.1)
Requires-Dist: aiohttp-cors (==0.7.0)
Requires-Dist: pendulum (==2.1.2)

# Navigator Auth #

Navigator Auth is an Authentication/Authorization toolkit for aiohttp or Navigator, based on Asyncio.

[![pypi](https://img.shields.io/pypi/v/asyncdb?style=plastic)](https://pypi.org/project/asyncdb/)
[![versions](https://img.shields.io/pypi/pyversions/blacksheep.svg?style=plastic)](https://github.com/phenobarbital/navigator-auth)
[![Apache 2.0 licensed](https://img.shields.io/github/license/phenobarbital/navigator-auth?style=plastic)](https://raw.githubusercontent.com/phenobarbital/navigator-auth/master/LICENSE)


---

## Introduction

* Quick summary
* Version
* [Learn Markdown](https://bitbucket.org/tutorials/markdowndemo)

### Getting Started ###

* Installation
* Configuration
* Dependencies
* Database configuration
* How to run tests
* Deployment instructions

### Requirements ###

* Python >= 3.9
* asyncio (https://pypi.python.org/pypi/asyncio/)
* aiohttp >= 3.8
* Navigator-API >= 2.1

### License ###

Navigator_Auth is copyright of Jesus Lara (https://phenobarbital.info) and is under Apache 2 license. I am providing code in this repository under an open source license, remember, this is my personal repository; the license that you receive is from me and not from my employeer.
