Metadata-Version: 2.1
Name: guarani
Version: 1.0.1
Summary: Asynchronous Authorization, Authentication and Identity Provider for Python using OAuth 2.1 and OpenID Connect.
Home-page: https://github.com/revensky/guarani
License: MIT
Keywords: JOSE,OAuth 2.1,OpenID Connect
Author: Eduardo Rezende
Author-email: eduardorbr7@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: AsyncIO
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Typing :: Typed
Requires-Dist: shiro (>=0.2.2,<0.3.0)
Project-URL: Repository, https://github.com/revensky/guarani.git
Description-Content-Type: text/markdown

# Project Guarani

This library provides an implementation for asynchronous
authentication and authorization of web applications.
It provides support for OAuth 2.1 and OpenID Connect.

For more details, please visit the documentation.

Any doubts and suggestions can be sent to my [email](mailto:eduardorbr7@gmail.com).
Just prepend the title with `#Guarani#`, and I will try my best to answer.

## Supported Protocols and RFCs

-   OAuth 2.1

    -   [OAuth 2.1 Draft](https://tools.ietf.org/html/draft-parecki-oauth-v2-1)
    -   [RFC 7009: Token Revocation](https://tools.ietf.org/html/rfc7009)

-   OpenID Connect
    -   [OpenID Connect Core 1.0](https://openid.net/specs/openid-connect-core-1_0.html)

# License

This project is licensed under the MIT License.
For more details, please refer to the `LICENSE` file.

