Merge pull request #2 from abstractj/KEYCLOAK-4443
[KEYCLOAK-4443] Lack of require() call in nodejs-adapter documentation
This commit is contained in:
commit
cf85fc18e8
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@ The `Keycloak` class provides a central point for configuration
|
|||
and integration with your application. The simplest creation
|
||||
involves no arguments.
|
||||
|
||||
var Keycloak = require('keycloak-connect');
|
||||
var keycloak = new Keycloak();
|
||||
|
||||
By default, this will locate a file named `keycloak.json` alongside
|
||||
|
|
Loading…
Reference in a new issue