Rust library for JWT utilities from SSO UI
See the examples for reference on using this library.
Add this to your Cargo.toml
file:
toml
[dependencies]
sso-ui-jwt = "0.1.0"
Enabling or disabling features can be done by configuring the library from Cargo.toml
:
toml
[dependencies.sso-ui-jwt]
version = "0.1.0"
features = ["log"]
As of right now, there are no default features implemented.
Full list of features:
log
feature will enable the library to log messages within the libraryThis project is currently maintained by the following members of RISTEKOSS: