Adding reference of nodejs adapter usage from keycloak quickstart example (#1430)
Co-authored-by: Michael Dawson <mdawson@devrus.com>
This commit is contained in:
parent
658449dd1f
commit
3cae412c94
1 changed files with 4 additions and 0 deletions
|
@ -313,3 +313,7 @@ to the root URL of `/` but can be changed by providing an `admin` parameter
|
|||
to the `middleware()` call:
|
||||
[source,javascript]
|
||||
app.use( keycloak.middleware( { admin: '/callbacks' } );
|
||||
|
||||
==== Complete example
|
||||
|
||||
A complete example using the Node.js adapter usage can be found in https://github.com/keycloak/keycloak-quickstarts/tree/latest/service-nodejs/[Keycloak quickstarts for Node.js]
|
||||
|
|
Loading…
Reference in a new issue