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.
Files changed (44) hide show
  1. package/README.md +1 -1
  2. package/bundles/keycloak-angular.umd.js +403 -1226
  3. package/bundles/keycloak-angular.umd.js.map +1 -1
  4. package/bundles/keycloak-angular.umd.min.js +1 -16
  5. package/bundles/keycloak-angular.umd.min.js.map +1 -1
  6. package/esm2015/keycloak-angular.js +2 -9
  7. package/esm2015/lib/core/core.module.js +1 -12
  8. package/esm2015/lib/core/interceptors/keycloak-bearer.interceptor.js +9 -59
  9. package/esm2015/lib/core/interfaces/keycloak-config.js +1 -34
  10. package/esm2015/lib/core/interfaces/keycloak-event.js +1 -50
  11. package/esm2015/lib/core/interfaces/keycloak-init-options.js +1 -61
  12. package/esm2015/lib/core/interfaces/keycloak-options.js +11 -71
  13. package/esm2015/lib/core/services/keycloak-auth-guard.js +1 -59
  14. package/esm2015/lib/core/services/keycloak.service.js +36 -348
  15. package/esm2015/lib/keycloak-angular.module.js +1 -12
  16. package/esm2015/public_api.js +2 -13
  17. package/esm5/keycloak-angular.js +2 -9
  18. package/esm5/lib/core/core.module.js +2 -13
  19. package/esm5/lib/core/interceptors/keycloak-bearer.interceptor.js +14 -80
  20. package/esm5/lib/core/interfaces/keycloak-config.js +1 -34
  21. package/esm5/lib/core/interfaces/keycloak-event.js +1 -50
  22. package/esm5/lib/core/interfaces/keycloak-init-options.js +1 -61
  23. package/esm5/lib/core/interfaces/keycloak-options.js +11 -71
  24. package/esm5/lib/core/services/keycloak-auth-guard.js +9 -91
  25. package/esm5/lib/core/services/keycloak.service.js +92 -839
  26. package/esm5/lib/keycloak-angular.module.js +2 -13
  27. package/esm5/public_api.js +2 -13
  28. package/fesm2015/keycloak-angular.js +46 -422
  29. package/fesm2015/keycloak-angular.js.map +1 -1
  30. package/fesm5/keycloak-angular.js +118 -962
  31. package/fesm5/keycloak-angular.js.map +1 -1
  32. package/keycloak-angular.d.ts +0 -3
  33. package/keycloak-angular.metadata.json +1 -1
  34. package/lib/core/core.module.d.ts +0 -7
  35. package/lib/core/interceptors/keycloak-bearer.interceptor.d.ts +1 -27
  36. package/lib/core/interfaces/keycloak-config.d.ts +0 -32
  37. package/lib/core/interfaces/keycloak-event.d.ts +0 -45
  38. package/lib/core/interfaces/keycloak-init-options.d.ts +0 -58
  39. package/lib/core/interfaces/keycloak-options.d.ts +10 -59
  40. package/lib/core/services/keycloak-auth-guard.d.ts +0 -33
  41. package/lib/core/services/keycloak.service.d.ts +7 -286
  42. package/lib/keycloak-angular.module.d.ts +0 -7
  43. package/package.json +1 -1
  44. 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
- | [<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/676270?v=4" width="100px;"/><br /><sub><b>Mauricio Gemelli Vigolo</b></sub>](https://github.com/mauriciovigolo)<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 /> |
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 -->