Crates.io | bevy_key_rotation |
lib.rs | bevy_key_rotation |
version | 0.2.0 |
source | src |
created_at | 2024-03-28 04:21:44.705298 |
updated_at | 2024-07-05 21:29:24.085489 |
description | Access and refresh token rotation for Bevy applications |
homepage | |
repository | https://github.com/loopystudios/bevy_key_rotation |
max_upload_size | |
id | 1188733 |
size | 126,355 |
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 | bevy_key_rotation |
---|---|
0.13 | 0.1, main |
< 0.13 | Unsupported |
Please see examples for more.
This project is dual-licensed under both Apache 2.0 and MIT licenses.