#refresh-token #access-token #gamedev #rotation #bevy #non-blocking #applications

bevy_key_rotation

Access and refresh token rotation for Bevy applications

4 releases (2 breaking)

new 0.3.1 Dec 2, 2024
0.3.0 Dec 2, 2024
0.2.0 Jul 5, 2024
0.1.0 Mar 28, 2024

#623 in Game dev

Download history 7/week @ 2024-08-30 6/week @ 2024-09-06 13/week @ 2024-09-20 19/week @ 2024-09-27 2/week @ 2024-10-18 4/week @ 2024-10-25 40/week @ 2024-11-01 6/week @ 2024-11-08 9/week @ 2024-11-22 260/week @ 2024-11-29

278 downloads per month

Apache-2.0 OR MIT

33KB
267 lines

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.

Dependencies

~44–80MB
~1.5M SLoC