1.0.0 • Published 3 years ago
rescript-keycloak v1.0.0
Keycloak res
ReScript bindings for Keycloak.
Exposed as Keycloak module.
Installation
npm install rescript-keycloak
# or
yarn add rescript-keycloakrescript-keycloak should be added to bs-dependencies in your
bsconfig.json:
{
//...
"bs-dependencies": [
"@rescript/react",
// ...
+ "rescript-keycloak"
],
//...
}1.0.0
3 years ago