Grammar fixes for KEYCLOAK-10043

This commit is contained in:
Bruno Oliveira da Silva 2019-04-22 15:53:42 -03:00
parent 3eb4e36667
commit f864bc7ca7

View file

@ -119,7 +119,7 @@ Once instantiated, install the middleware into your connect-capable app:
==== Checking Authentication
To check that a user is authenticated before accessing a resource,
simply use `keycloak.checkSso()`. It will only authenticate if the user is already logged-in, if the user is not logged-in the browser will be redirected back to the originally-requested URL and remain unauthenticated:
simply use `keycloak.checkSso()`. It will only authenticate if the user is already logged-in. If the user is not logged-in, the browser will be redirected back to the originally-requested URL and remain unauthenticated:
[source,javascript]
----