okta 2.9.8
0
Python SDK for the Okta Management API
Contents
Python SDK for the Okta Management API
Stars: 236, Watchers: 236, Forks: 142, Open Issues: 44The okta/okta-sdk-python
repo was created 9 years ago and the last code push was 2 months ago.
The project is popular with 236 github stars!
How to Install okta
You can install okta using pip
pip install okta
or add it to a project with poetry
poetry add okta
Package Details
- Author
- Okta, Inc.
- License
- Apache License 2.0
- Homepage
- https://github.com/okta/okta-sdk-python
- PyPi:
- https://pypi.org/project/okta/
- GitHub Repo:
- https://github.com/okta/okta-sdk-python
Classifiers
- Software Development/Libraries/Python Modules
Related Packages
Errors
A list of common okta errors.
Code Examples
Here are some okta
code examples and snippets.
GitHub Issues
The okta package has 44 open issues on GitHub
- Add possibility to reuse http session. GH #267
- support for multiple async requests and concurrent/per-minute rate limits
- Support Yubikey
- reuse aiohttp ClientSession for better performance
- Support for Django Rest Framework