bevy_key_rotation

Crates.iobevy_key_rotation
lib.rsbevy_key_rotation
version
sourcesrc
created_at2024-03-28 04:21:44.705298
updated_at2024-12-02 05:58:47.587126
descriptionAccess and refresh token rotation for Bevy applications
homepage
repositoryhttps://github.com/loopystudios/bevy_key_rotation
max_upload_size
id1188733
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Spencer C. Imbleau (simbleau)

documentation

README

Bevy Key Rotation

MIT/Apache 2.0 crates.io docs.rs

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.15 0.3, main
0.14 0.2
0.13 0.1
< 0.13 Unsupported

Usage

Please see examples for more.

License

This project is dual-licensed under both Apache 2.0 and MIT licenses.

Commit count: 58

cargo fmt