Adding reference of nodejs adapter usage from keycloak quickstart example (#1430)

Co-authored-by: Michael Dawson <mdawson@devrus.com>
This commit is contained in:
Costas Papastathis 2022-03-29 18:44:19 +03:00 committed by GitHub
parent 658449dd1f
commit 3cae412c94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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]