Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mcountryman/auth0-management
Auth0 Management Client API
https://github.com/mcountryman/auth0-management
api auth0 management reqwest rust
Last synced: about 2 months ago
JSON representation
Auth0 Management Client API
- Host: GitHub
- URL: https://github.com/mcountryman/auth0-management
- Owner: mcountryman
- License: mit
- Created: 2020-09-21T01:24:11.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-10T05:41:55.000Z (10 months ago)
- Last Synced: 2024-10-31T12:09:28.734Z (3 months ago)
- Topics: api, auth0, management, reqwest, rust
- Language: Rust
- Homepage: https://docs.rs/auth0-management
- Size: 240 KB
- Stars: 3
- Watchers: 4
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
Auth0 Management API
An in-progress unofficial rust client for Auth0 Management API. Full implementation of
the API is coming. If you would like to help out, please see
[CONTRIBUTING.md](CONTRIBUTING.md).### Documentation
* [docs.rs](https://docs.rs/auth0-management/0.0.3)
* [auth0.com](https://auth0.com/docs/api)### Roadmap
* [ ] Anomalies
* [ ] Blacklists
* [ ] Branding
* [ ] Client Grants
* [ ] Clients
* [ ] Connections
* [ ] Custom Domains
* [ ] Device Credentials
* [ ] Email Templates
* [ ] Emails
* [ ] Grants
* [ ] Guardians
* [ ] Hooks
* [ ] Jobs
* [ ] Keys
* [ ] Log Streams
* [ ] Logs
* [ ] Keys
* [ ] Log Streams
* [ ] Logs
* [ ] Prompts
* [ ] Resource Servers
* [ ] Roles
* [ ] Rules
* [ ] Rules Configs
* [ ] Stats
* [ ] Tenants
* [ ] Tickets
* [ ] User Blocks
* [ ] Users
* [x] CRUD
* [x] Search
* [x] Logs
* [x] Permissions
* [ ] Roles
* [x] Enrollments
* [ ] Identities
* [ ] Links
* [ ] Invalidate all remembered browsers for MFA### License
* [MIT](LICENSE.md)