Skip to content

Commit

Permalink
Merge branch 'master' of github.com:jkyberneees/keycloak-backend
Browse files Browse the repository at this point in the history
  • Loading branch information
jkyberneees committed Apr 7, 2020
2 parents c2d7141 + cae738c commit 2628461
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ More about Keycloak: http://www.keycloak.org/
## Using the keycloak-backend module
### Instantiating
```js
const keycloak = require('keycloak-connector')({
const keycloak = require('keycloak-backend')({
"realm": "your realm name",
"auth-server-url": "http://keycloak.dev:8080",
"client_id": "your client name",
Expand Down Expand Up @@ -87,4 +87,4 @@ let details = await keycloak.users.roles(uid, [
```

## Tests
WIP
WIP

0 comments on commit 2628461

Please sign in to comment.