From 04a40f379b3cc7fd1ea8e57291e618113d1ef785 Mon Sep 17 00:00:00 2001 From: Patrizio Bekerle <patrizio@bekerle.com> Date: Wed, 3 Feb 2021 08:31:59 +0100 Subject: [PATCH] Add auth.person documentation --- packages/auth/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/auth/README.md b/packages/auth/README.md index 9ac827e5..91839c7c 100644 --- a/packages/auth/README.md +++ b/packages/auth/README.md @@ -20,7 +20,7 @@ npm i @dbp-toolkit/auth - `lang` (optional, default: `de`): set to `de` or `en` for German or English - example `<dbp-auth-keycloak lang="de" </dbp-auth-keycloak>` - `load-person` (optional, default: off): if enabled the logged in user will also be loaded as `Person` - in the `window.DBPPerson` variable + in the `auth.person` attribute (see below) - example `<dbp-auth-keycloak load-person></dbp-auth-keycloak>` - `force-login` (optional, default: off): if enabled a login will be forced, there never will be a login button - example `<dbp-auth-keycloak force-login></dbp-auth-keycloak>` -- GitLab