Skip to content
This repository has been archived by the owner on Mar 18, 2023. It is now read-only.

Commit

Permalink
Update keycloak versions (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
volkflo committed Jan 21, 2021
1 parent 2ab1766 commit 800a7b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"@angular/platform-browser-dynamic": "~10.1.2",
"@angular/router": "~10.1.2",
"angular2-toaster": "^8.0.0",
"keycloak-admin": "^1.13.0",
"keycloak-angular": "^7.3.1",
"keycloak-js": "^10.0.2",
"keycloak-admin": "~1.14.5",
"keycloak-angular": "~8.1.0",
"keycloak-js": "~12.0.1",
"ngx-logger": "^4.0.7",
"rxjs": "^6.6.3",
"swagger-ui-dist": "^3.24.3",
Expand Down
1 change: 1 addition & 0 deletions src/app/app-init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export function initializer(keycloak: KeycloakService, tokenService: TokenServic
token: sessionStorage.getItem('api_mgmt_keycloak_token'),
refreshToken: sessionStorage.getItem('api_mgmt_keycloak_refresh_token')
},
loadUserProfileAtStartUp: true, // because of https://github.com/mauriciovigolo/keycloak-angular/pull/269
enableBearerInterceptor: true,
bearerExcludedUrls: ['/assets', '/clients/public']
}).then(success => {
Expand Down

0 comments on commit 800a7b1

Please sign in to comment.