@igo2/auth 16.1.1 → 16.2.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 (31) hide show
  1. package/esm2022/lib/auth-form/auth-facebook.component.mjs +3 -3
  2. package/esm2022/lib/auth-form/auth-form.component.mjs +3 -3
  3. package/esm2022/lib/auth-form/auth-google.component.mjs +3 -3
  4. package/esm2022/lib/auth-form/auth-intern.component.mjs +3 -3
  5. package/esm2022/lib/auth-form/auth-microsoft.component.mjs +3 -3
  6. package/esm2022/lib/auth-form/auth-microsoftb2c.component.mjs +3 -3
  7. package/esm2022/lib/auth-form/index.mjs +1 -1
  8. package/esm2022/lib/auth-monitoring/auth-monitoring.provider.mjs +1 -1
  9. package/esm2022/lib/auth-monitoring/auth-monitoring.service.mjs +1 -1
  10. package/esm2022/lib/auth-routing.module.mjs +1 -1
  11. package/esm2022/lib/environment/environment.interface.mjs +1 -1
  12. package/esm2022/lib/environment/index.mjs +1 -1
  13. package/esm2022/lib/shared/admin.guard.mjs +1 -1
  14. package/esm2022/lib/shared/auth-microsoft.provider.mjs +1 -1
  15. package/esm2022/lib/shared/auth-msalBroadcastServiceb2c.service.mjs +1 -1
  16. package/esm2022/lib/shared/auth-msalServiceb2c.service..mjs +1 -1
  17. package/esm2022/lib/shared/auth-storage.interface.mjs +1 -1
  18. package/esm2022/lib/shared/auth.guard.mjs +1 -1
  19. package/esm2022/lib/shared/auth.interceptor.mjs +1 -1
  20. package/esm2022/lib/shared/auth.interface.mjs +1 -1
  21. package/esm2022/lib/shared/auth.service.mjs +1 -1
  22. package/esm2022/lib/shared/index.mjs +1 -1
  23. package/esm2022/lib/shared/logged.guard.mjs +1 -1
  24. package/esm2022/lib/shared/profils.guard.mjs +1 -1
  25. package/esm2022/lib/shared/token.interface.mjs +1 -1
  26. package/esm2022/lib/shared/token.service.mjs +1 -1
  27. package/esm2022/public_api.mjs +1 -1
  28. package/fesm2022/igo2-auth.mjs +12 -12
  29. package/fesm2022/igo2-auth.mjs.map +1 -1
  30. package/locale/en.auth.json +28 -28
  31. package/package.json +3 -3
@@ -1,28 +1,28 @@
1
- {
2
- "igo": {
3
- "auth": {
4
- "accessAnonymous": "Access as anonymous",
5
- "connection": "Connection",
6
- "login": "Login",
7
- "password": "Password",
8
- "signOut": "Sign out",
9
- "user": "User",
10
- "welcome": "Welcome {{name}}!",
11
- "deconnection": "You are logged out.",
12
- "home": "Return to the home page",
13
- "error": {
14
- "Password expired": "Password expired",
15
- "Maximun logins exceeded": "Maximum logins exceeded",
16
- "Login lockout": "Maximum number of attempts exceeded. Your account is locked.",
17
- "Wrong password": "Wrong password",
18
- "Invalid username": "Invalid username"
19
- },
20
- "microsoft": {
21
- "login": "Sign in with Azure account"
22
- },
23
- "microsoftb2c": {
24
- "login": "Sign in"
25
- }
26
- }
27
- }
28
- }
1
+ {
2
+ "igo": {
3
+ "auth": {
4
+ "accessAnonymous": "Access as anonymous",
5
+ "connection": "Connection",
6
+ "login": "Login",
7
+ "password": "Password",
8
+ "signOut": "Sign out",
9
+ "user": "User",
10
+ "welcome": "Welcome {{name}}!",
11
+ "deconnection": "You are logged out.",
12
+ "home": "Return to the home page",
13
+ "error": {
14
+ "Password expired": "Password expired",
15
+ "Maximun logins exceeded": "Maximum logins exceeded",
16
+ "Login lockout": "Maximum number of attempts exceeded. Your account is locked.",
17
+ "Wrong password": "Wrong password",
18
+ "Invalid username": "Invalid username"
19
+ },
20
+ "microsoft": {
21
+ "login": "Sign in with Azure account"
22
+ },
23
+ "microsoftb2c": {
24
+ "login": "Sign in"
25
+ }
26
+ }
27
+ }
28
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@igo2/auth",
3
- "version": "16.1.1",
3
+ "version": "16.2.0",
4
4
  "description": "IGO Library",
5
5
  "author": "IGO Community",
6
6
  "keywords": [
@@ -41,8 +41,8 @@
41
41
  "@angular/router": "^16.2.5",
42
42
  "@azure/msal-angular": "^3.0.4",
43
43
  "@azure/msal-browser": "^3.0.4",
44
- "@igo2/core": "^16.1.1",
45
- "@igo2/utils": "^16.1.1",
44
+ "@igo2/core": "^16.2.0",
45
+ "@igo2/utils": "^16.2.0",
46
46
  "rxjs": "^7.8.0"
47
47
  },
48
48
  "engines": {