Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/loopystudios/bevy_key_rotation
A plugin to rotate an Access Token and Refresh Token.
https://github.com/loopystudios/bevy_key_rotation
bevy
Last synced: 2 months ago
JSON representation
A plugin to rotate an Access Token and Refresh Token.
- Host: GitHub
- URL: https://github.com/loopystudios/bevy_key_rotation
- Owner: loopystudios
- License: apache-2.0
- Created: 2023-10-19T23:45:23.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-05T21:28:35.000Z (6 months ago)
- Last Synced: 2024-10-07T17:33:54.088Z (3 months ago)
- Topics: bevy
- Language: Rust
- Homepage:
- Size: 36.1 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# Bevy Key Rotation
![MIT/Apache 2.0](https://img.shields.io/badge/license-MIT%2FApache-blue.svg)
[![crates.io](https://img.shields.io/crates/v/bevy_key_rotation.svg)](https://crates.io/crates/bevy_key_rotation)
[![docs.rs](https://img.shields.io/docsrs/bevy_key_rotation)](https://docs.rs/bevy_key_rotation)A minimum crate for non-blocking, continuous use of an access token, by ensuring it is constantly rotated ahead-of-time via refresh token. When a refresh token needs to be rotated, it is rotated with username/password credentials.
There is full API support for **wasm** and **native**. Android and iOS are untested (Help needed).
## Bevy version support
|bevy|bevy_key_rotation|
|---|---|
|0.14|0.2, main|
|0.13|0.1|
|< 0.13|Unsupported|## Usage
Please see [examples](examples/) for more.
## License
This project is dual-licensed under both [Apache 2.0](LICENSE-APACHE) and [MIT](LICENSE-MIT) licenses.