Add missing parantheses
This commit is contained in:
parent
4a009f1492
commit
75c5386d80
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ To secure a resource with an application role for the current app:
|
||||||
To secure a resource with an application role for a *different* app:
|
To secure a resource with an application role for a *different* app:
|
||||||
|
|
||||||
[source,javascript]
|
[source,javascript]
|
||||||
app.get( '/extra-special', keycloak.protect('other-app:special', extraSpecialHandler );
|
app.get( '/extra-special', keycloak.protect('other-app:special'), extraSpecialHandler );
|
||||||
|
|
||||||
To secure a resource with a realm role:
|
To secure a resource with a realm role:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue