Metadata-Version: 2.1
Name: genauth
Version: 5.1.0
Summary: Python SDK for GenAuth
Home-page: https://github.com/GenAuth-Official/genauth-py-sdk
Author: GenAuth
Author-email: dev@genauth.ai
Maintainer: GenAuth
Maintainer-email: dev@genauth.ai
Keywords: GenAuth sso AaaS IdaaS
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: pyjwt

<div align=center>
  <img width="250" src="https://authing-cdn-cn-prod.oss-cn-beijing.aliyuncs.com/genauth/logo-transparent.png" />
</div>
<div align="center">
  <a href="javascript:;"><img src="https://img.shields.io/badge/test-passing-brightgreen" /></a>
  <a href="https://forum.genauth.ai/" target="_blank"><img src="https://img.shields.io/badge/chat-forum-blue" /></a>
  <a href="https://console.genauth.ai/openapi/" target="_blank"><img src="https://img.shields.io/badge/docs-passing-brightgreen" /></a>
  <a href="javascript:;"><img src="https://img.shields.io/badge/License-MIT-success" alt="License"></a>
</div>

You can use the GenAuth Python SDK to quickly integrate authentication capabilities for new or existing Back End applications.

## 📚 Documentation

To check out documentation, please refers to [docs](https://docs.genauth.ai/v3/reference/sdk/python/install.html).

This SDK is built upon [GenAuth Management API(v3)](https://api.genauth.ai/openapi/v3/management/) and [GenAuth Authentication API(v3)](https://api.genauth.ai/openapi/v3/authentication/), for older version, please refers to [older version docs](https://docs.genauth.ai/v2/reference/sdk-for-python/).

## ❓ Questions

For questions and support please use the [official forum](https://forum.genauth.ai/). The issue list of this repo is exclusively for bug reports and feature requests.

## 🤝 Contribution

- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push -u origin my-new-feature)
- Create new Pull Request

Thank you to all the people who already contributed to Python SDK !

[Contributing to GenAuth Open Source Repos](https://github.com/GenAuth/.github/blob/main/CONTRIBUTING.md#English)

## 🎁 License

[MIT](https://opensource.org/licenses/MIT)

Copyright (c) 2019 GenAuth
