Skip to content

fast-think/rescript-keycloak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rescript-keycloak

ReScript bindings for Keycloak.

Exposed as Keycloak module.

Installation

npm install rescript-keycloak
# or
yarn add rescript-keycloak

rescript-keycloak should be added to bs-dependencies in your bsconfig.json:

{
  //...
  "bs-dependencies": [
    "@rescript/react",
    // ...
+    "rescript-keycloak"
  ],
  //...
}

Releases

No releases published

Packages

No packages published