keycloak-oauth
keycloak-oauth is a basic Rust library designed to facilitate seamless integration with Keycloak's OAuth2 authentication flows.
Currently only supports device authentication flow.
[!CAUTION] The flow currently temporarily caches a token on disk in
.temp_files/token.json. This will be upgraded to libsecret in the future
Getting started
use ;
async
License
This project is licensed under the MIT License.