-
- Downloads
auth: handle the case when the keycloak server is offline
Up until now it would throw and never set a login status. This would lead to the login process never completing, and in our case the app-shell would never show the app and only show a white page. Instead set the status to logged out and show a notification.
Showing
- packages/auth/src/auth-keycloak.js 20 additions, 8 deletionspackages/auth/src/auth-keycloak.js
- packages/auth/src/i18n/de/translation.json 1 addition, 0 deletionspackages/auth/src/i18n/de/translation.json
- packages/auth/src/i18n/en/translation.json 1 addition, 0 deletionspackages/auth/src/i18n/en/translation.json
Please register or sign in to comment