@igo2/auth 16.0.0-rc.8 → 16.0.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/esm2022/lib/auth-form/auth-facebook.component.mjs +2 -2
- package/esm2022/lib/auth-form/auth-form.component.mjs +2 -2
- package/esm2022/lib/auth-form/auth-google.component.mjs +2 -2
- package/esm2022/lib/auth-form/auth-intern.component.mjs +2 -2
- package/esm2022/lib/auth-form/auth-microsoft.component.mjs +2 -2
- package/esm2022/lib/auth-form/auth-microsoftb2c.component.mjs +2 -2
- package/esm2022/lib/auth-form/index.mjs +1 -1
- package/esm2022/lib/shared/index.mjs +1 -1
- package/esm2022/lib/shared/storage.interface.mjs +1 -1
- package/fesm2022/igo2-auth.mjs +6 -6
- package/fesm2022/igo2-auth.mjs.map +1 -1
- package/locale/en.auth.json +28 -28
- package/locale/fr.auth.json +32 -32
- package/package.json +3 -3
package/locale/en.auth.json
CHANGED
|
@@ -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/locale/fr.auth.json
CHANGED
|
@@ -1,32 +1,32 @@
|
|
|
1
|
-
{
|
|
2
|
-
"igo": {
|
|
3
|
-
"auth": {
|
|
4
|
-
"accessAnonymous": "Rester anonyme",
|
|
5
|
-
"connection": "Connexion",
|
|
6
|
-
"login": "Connecter",
|
|
7
|
-
"password": "Mot de passe",
|
|
8
|
-
"signOut": "Se déconnecter",
|
|
9
|
-
"user": "Utilisateur",
|
|
10
|
-
"welcome": "Bienvenue {{name}}!",
|
|
11
|
-
"deconnection": "Vous êtes déconnecté",
|
|
12
|
-
"home": "Retourner à la page d'accueil",
|
|
13
|
-
"error": {
|
|
14
|
-
"Password expired": "Votre mot de passe est expiré",
|
|
15
|
-
"Maximun logins exceeded": "Nombre maximal de connexions dépassé",
|
|
16
|
-
"Login lockout": "Nombre maximal d'essais dépassés. Votre compte est verrouillé.",
|
|
17
|
-
"Wrong password": "Mot de passe incorrect",
|
|
18
|
-
"Invalid username": "Utilisateur invalide"
|
|
19
|
-
},
|
|
20
|
-
"google": {
|
|
21
|
-
"login": "Se connecter avec Google",
|
|
22
|
-
"logged": "Connecté avec Google"
|
|
23
|
-
},
|
|
24
|
-
"microsoft": {
|
|
25
|
-
"login": "Se connecter avec compte Azure"
|
|
26
|
-
},
|
|
27
|
-
"microsoftb2c": {
|
|
28
|
-
"login": "Se connecter"
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"igo": {
|
|
3
|
+
"auth": {
|
|
4
|
+
"accessAnonymous": "Rester anonyme",
|
|
5
|
+
"connection": "Connexion",
|
|
6
|
+
"login": "Connecter",
|
|
7
|
+
"password": "Mot de passe",
|
|
8
|
+
"signOut": "Se déconnecter",
|
|
9
|
+
"user": "Utilisateur",
|
|
10
|
+
"welcome": "Bienvenue {{name}}!",
|
|
11
|
+
"deconnection": "Vous êtes déconnecté",
|
|
12
|
+
"home": "Retourner à la page d'accueil",
|
|
13
|
+
"error": {
|
|
14
|
+
"Password expired": "Votre mot de passe est expiré",
|
|
15
|
+
"Maximun logins exceeded": "Nombre maximal de connexions dépassé",
|
|
16
|
+
"Login lockout": "Nombre maximal d'essais dépassés. Votre compte est verrouillé.",
|
|
17
|
+
"Wrong password": "Mot de passe incorrect",
|
|
18
|
+
"Invalid username": "Utilisateur invalide"
|
|
19
|
+
},
|
|
20
|
+
"google": {
|
|
21
|
+
"login": "Se connecter avec Google",
|
|
22
|
+
"logged": "Connecté avec Google"
|
|
23
|
+
},
|
|
24
|
+
"microsoft": {
|
|
25
|
+
"login": "Se connecter avec compte Azure"
|
|
26
|
+
},
|
|
27
|
+
"microsoftb2c": {
|
|
28
|
+
"login": "Se connecter"
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@igo2/auth",
|
|
3
|
-
"version": "16.0.0
|
|
3
|
+
"version": "16.0.0",
|
|
4
4
|
"description": "IGO Library",
|
|
5
5
|
"author": "IGO Community",
|
|
6
6
|
"keywords": [
|
|
@@ -28,8 +28,8 @@
|
|
|
28
28
|
"@angular/forms": "^16.2.5",
|
|
29
29
|
"@angular/material": "^16.2.4",
|
|
30
30
|
"@angular/router": "^16.2.5",
|
|
31
|
-
"@igo2/core": "^16.0.0
|
|
32
|
-
"@igo2/utils": "^16.0.0
|
|
31
|
+
"@igo2/core": "^16.0.0",
|
|
32
|
+
"@igo2/utils": "^16.0.0",
|
|
33
33
|
"rxjs": "^7.5.6",
|
|
34
34
|
"@azure/msal-angular": "^3.0.4"
|
|
35
35
|
},
|