keycloak-angular 5.0.0 → 5.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/bundles/keycloak-angular.umd.js +403 -1226
- package/bundles/keycloak-angular.umd.js.map +1 -1
- package/bundles/keycloak-angular.umd.min.js +1 -16
- package/bundles/keycloak-angular.umd.min.js.map +1 -1
- package/esm2015/keycloak-angular.js +2 -9
- package/esm2015/lib/core/core.module.js +1 -12
- package/esm2015/lib/core/interceptors/keycloak-bearer.interceptor.js +9 -59
- package/esm2015/lib/core/interfaces/keycloak-config.js +1 -34
- package/esm2015/lib/core/interfaces/keycloak-event.js +1 -50
- package/esm2015/lib/core/interfaces/keycloak-init-options.js +1 -61
- package/esm2015/lib/core/interfaces/keycloak-options.js +11 -71
- package/esm2015/lib/core/services/keycloak-auth-guard.js +1 -59
- package/esm2015/lib/core/services/keycloak.service.js +36 -348
- package/esm2015/lib/keycloak-angular.module.js +1 -12
- package/esm2015/public_api.js +2 -13
- package/esm5/keycloak-angular.js +2 -9
- package/esm5/lib/core/core.module.js +2 -13
- package/esm5/lib/core/interceptors/keycloak-bearer.interceptor.js +14 -80
- package/esm5/lib/core/interfaces/keycloak-config.js +1 -34
- package/esm5/lib/core/interfaces/keycloak-event.js +1 -50
- package/esm5/lib/core/interfaces/keycloak-init-options.js +1 -61
- package/esm5/lib/core/interfaces/keycloak-options.js +11 -71
- package/esm5/lib/core/services/keycloak-auth-guard.js +9 -91
- package/esm5/lib/core/services/keycloak.service.js +92 -839
- package/esm5/lib/keycloak-angular.module.js +2 -13
- package/esm5/public_api.js +2 -13
- package/fesm2015/keycloak-angular.js +46 -422
- package/fesm2015/keycloak-angular.js.map +1 -1
- package/fesm5/keycloak-angular.js +118 -962
- package/fesm5/keycloak-angular.js.map +1 -1
- package/keycloak-angular.d.ts +0 -3
- package/keycloak-angular.metadata.json +1 -1
- package/lib/core/core.module.d.ts +0 -7
- package/lib/core/interceptors/keycloak-bearer.interceptor.d.ts +1 -27
- package/lib/core/interfaces/keycloak-config.d.ts +0 -32
- package/lib/core/interfaces/keycloak-event.d.ts +0 -45
- package/lib/core/interfaces/keycloak-init-options.d.ts +0 -58
- package/lib/core/interfaces/keycloak-options.d.ts +10 -59
- package/lib/core/services/keycloak-auth-guard.d.ts +0 -33
- package/lib/core/services/keycloak.service.d.ts +7 -286
- package/lib/keycloak-angular.module.d.ts +0 -7
- package/package.json +1 -1
- package/public_api.d.ts +1 -8
package/README.md
CHANGED
|
@@ -209,7 +209,7 @@ try {
|
|
|
209
209
|
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
|
|
210
210
|
|
|
211
211
|
<!-- prettier-ignore -->
|
|
212
|
-
|
|
|
212
|
+
|[<img src="https://avatars3.githubusercontent.com/u/676270?v=4" width="100px;"/><br /><sub><b>Mauricio Gemelli Vigolo</b></sub>](https://github.com/mauriciovigolo)<br />|[<img src="https://avatars0.githubusercontent.com/u/2146903?v=4" width="100px;"/><br /><sub><b>Frederik Prijck</b></sub>](https://github.com/frederikprijck)<br /> | [<img src="https://avatars1.githubusercontent.com/u/980278?v=4" width="100px;"/><br /><sub><b>jmparra</b></sub>](https://github.com/jmparra)<br /> | [<img src="https://avatars2.githubusercontent.com/u/6547340?v=4" width="100px;"/><br /><sub><b>Marcel Német</b></sub>](https://github.com/marcelnem)<br /> | [<img src="https://avatars3.githubusercontent.com/u/14264577?v=4" width="100px;"/><br /><sub><b>Raphael Alex Silva Abreu</b></sub>](https://github.com/aelkz)<br /> |
|
|
213
213
|
| :---: | :---: | :---: | :---: | :---: |
|
|
214
214
|
|
|
215
215
|
<!-- ALL-CONTRIBUTORS-LIST:END -->
|