@hed-hog/core 0.0.150 → 0.0.151
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.
|
@@ -70,6 +70,17 @@
|
|
|
70
70
|
pt: Configurar as definições de autenticação.
|
|
71
71
|
relations:
|
|
72
72
|
setting:
|
|
73
|
+
- slug: disable-authentication-with-email-and-password
|
|
74
|
+
type: boolean
|
|
75
|
+
component: switch
|
|
76
|
+
name:
|
|
77
|
+
en: Disable Authentication with Email and Password
|
|
78
|
+
pt: Desabilitar Autenticação com Email e Senha
|
|
79
|
+
description:
|
|
80
|
+
en: Disable the authentication with email and password, allowing only OAuth and passwordless authentication methods
|
|
81
|
+
pt: Desabilitar a autenticação com email e senha, permitindo apenas métodos de autenticação OAuth e sem senha
|
|
82
|
+
value: false
|
|
83
|
+
user_override: false
|
|
73
84
|
- slug: require-mfa
|
|
74
85
|
type: boolean
|
|
75
86
|
component: switch
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hed-hog/core",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.151",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"dependencies": {
|
|
@@ -31,10 +31,10 @@
|
|
|
31
31
|
"uuid": "^11.1.0",
|
|
32
32
|
"@hed-hog/api-locale": "0.0.11",
|
|
33
33
|
"@hed-hog/api-prisma": "0.0.4",
|
|
34
|
-
"@hed-hog/
|
|
35
|
-
"@hed-hog/api": "0.0.3",
|
|
34
|
+
"@hed-hog/api-mail": "0.0.7",
|
|
36
35
|
"@hed-hog/api-pagination": "0.0.5",
|
|
37
|
-
"@hed-hog/
|
|
36
|
+
"@hed-hog/types": "0.0.1",
|
|
37
|
+
"@hed-hog/api": "0.0.3"
|
|
38
38
|
},
|
|
39
39
|
"exports": {
|
|
40
40
|
".": {
|