@manticore-labs/nest 0.0.62 → 0.0.63
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/.idea/workspace.xml +138 -40
- package/build/main/index.d.ts +1 -0
- package/build/main/index.js +2 -1
- package/build/main/lib/auth0/seguridad-jwt-moviles/check-jwt.d.ts +2 -0
- package/build/main/lib/auth0/seguridad-jwt-moviles/check-jwt.js +8 -0
- package/build/module/index.d.ts +1 -0
- package/build/module/index.js +2 -1
- package/build/module/lib/auth0/seguridad-jwt-moviles/check-jwt.d.ts +2 -0
- package/build/module/lib/auth0/seguridad-jwt-moviles/check-jwt.js +5 -0
- package/package.json +3 -1
package/.idea/workspace.xml
CHANGED
|
@@ -2,9 +2,11 @@
|
|
|
2
2
|
<project version="4">
|
|
3
3
|
<component name="ChangeListManager">
|
|
4
4
|
<list default="true" id="76b172f4-a20a-4127-86b7-f40ebfa40281" name="Default Changelist" comment="">
|
|
5
|
+
<change afterPath="$PROJECT_DIR$/src/lib/auth0/seguridad-jwt-moviles/check-jwt.ts" afterDir="false" />
|
|
5
6
|
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
|
7
|
+
<change beforePath="$PROJECT_DIR$/package-lock.json" beforeDir="false" />
|
|
6
8
|
<change beforePath="$PROJECT_DIR$/package.json" beforeDir="false" afterPath="$PROJECT_DIR$/package.json" afterDir="false" />
|
|
7
|
-
<change beforePath="$PROJECT_DIR$/src/
|
|
9
|
+
<change beforePath="$PROJECT_DIR$/src/index.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/index.ts" afterDir="false" />
|
|
8
10
|
</list>
|
|
9
11
|
<ignored path="$PROJECT_DIR$/.tmp/" />
|
|
10
12
|
<ignored path="$PROJECT_DIR$/temp/" />
|
|
@@ -16,53 +18,95 @@
|
|
|
16
18
|
<option name="LAST_RESOLUTION" value="IGNORE" />
|
|
17
19
|
</component>
|
|
18
20
|
<component name="FileEditorManager">
|
|
19
|
-
<leaf>
|
|
21
|
+
<leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
|
|
20
22
|
<file pinned="false" current-in-tab="false">
|
|
21
|
-
<entry file="file://$PROJECT_DIR$/src/lib/seguridad/
|
|
23
|
+
<entry file="file://$PROJECT_DIR$/src/lib/seguridad/seguridad.decorator.ts">
|
|
24
|
+
<provider selected="true" editor-type-id="text-editor" />
|
|
25
|
+
</entry>
|
|
26
|
+
</file>
|
|
27
|
+
<file pinned="false" current-in-tab="false">
|
|
28
|
+
<entry file="file://$PROJECT_DIR$/src/lib/seguridad/funciones/convertir-arreglo-en-arreglo-de-observables.ts">
|
|
22
29
|
<provider selected="true" editor-type-id="text-editor">
|
|
23
|
-
<state relative-caret-position="
|
|
24
|
-
<caret line="
|
|
25
|
-
<folding>
|
|
26
|
-
<element signature="e#0#38#0" expanded="true" />
|
|
27
|
-
</folding>
|
|
30
|
+
<state relative-caret-position="92">
|
|
31
|
+
<caret line="5" selection-start-line="5" selection-end-line="5" />
|
|
28
32
|
</state>
|
|
29
33
|
</provider>
|
|
30
34
|
</entry>
|
|
31
35
|
</file>
|
|
32
36
|
<file pinned="false" current-in-tab="false">
|
|
33
|
-
<entry file="file://$PROJECT_DIR$/
|
|
37
|
+
<entry file="file://$PROJECT_DIR$/package.json">
|
|
34
38
|
<provider selected="true" editor-type-id="text-editor">
|
|
35
|
-
<state relative-caret-position="
|
|
36
|
-
<caret line="2" selection-start-line="2" selection-end-line="
|
|
39
|
+
<state relative-caret-position="46">
|
|
40
|
+
<caret line="2" column="20" selection-start-line="2" selection-start-column="20" selection-end-line="2" selection-end-column="20" />
|
|
41
|
+
</state>
|
|
42
|
+
</provider>
|
|
43
|
+
</entry>
|
|
44
|
+
</file>
|
|
45
|
+
<file pinned="false" current-in-tab="true">
|
|
46
|
+
<entry file="file://$PROJECT_DIR$/src/lib/auth0/seguridad-jwt-moviles/check-jwt.ts">
|
|
47
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
48
|
+
<state relative-caret-position="130">
|
|
49
|
+
<caret line="5" column="22" lean-forward="true" selection-start-line="5" selection-start-column="22" selection-end-line="5" selection-end-column="22" />
|
|
37
50
|
</state>
|
|
38
51
|
</provider>
|
|
39
52
|
</entry>
|
|
40
53
|
</file>
|
|
41
54
|
<file pinned="false" current-in-tab="false">
|
|
42
|
-
<entry file="file://$PROJECT_DIR
|
|
55
|
+
<entry file="file://$PROJECT_DIR$/.gitignore">
|
|
43
56
|
<provider selected="true" editor-type-id="text-editor" />
|
|
44
57
|
</entry>
|
|
45
58
|
</file>
|
|
46
59
|
<file pinned="false" current-in-tab="false">
|
|
47
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
60
|
+
<entry file="file://$PROJECT_DIR$/src/index.ts">
|
|
48
61
|
<provider selected="true" editor-type-id="text-editor">
|
|
49
|
-
<state relative-caret-position="
|
|
50
|
-
<caret line="
|
|
62
|
+
<state relative-caret-position="276">
|
|
63
|
+
<caret line="12" selection-start-line="12" selection-end-line="12" />
|
|
51
64
|
</state>
|
|
52
65
|
</provider>
|
|
53
66
|
</entry>
|
|
54
67
|
</file>
|
|
55
|
-
<file pinned="false" current-in-tab="
|
|
56
|
-
<entry file="file://$PROJECT_DIR$/
|
|
68
|
+
<file pinned="false" current-in-tab="false">
|
|
69
|
+
<entry file="file://$PROJECT_DIR$/node_modules/jwks-rsa/index.d.ts">
|
|
70
|
+
<provider selected="true" editor-type-id="text-editor" />
|
|
71
|
+
</entry>
|
|
72
|
+
</file>
|
|
73
|
+
<file pinned="false" current-in-tab="false">
|
|
74
|
+
<entry file="file://$PROJECT_DIR$/node_modules/@types/express-jwt/index.d.ts">
|
|
57
75
|
<provider selected="true" editor-type-id="text-editor">
|
|
58
|
-
<state relative-caret-position="
|
|
59
|
-
<caret line="
|
|
76
|
+
<state relative-caret-position="168">
|
|
77
|
+
<caret line="25" column="21" selection-start-line="25" selection-start-column="21" selection-end-line="25" selection-end-column="21" />
|
|
78
|
+
<folding>
|
|
79
|
+
<element signature="n#!!doc" expanded="true" />
|
|
80
|
+
</folding>
|
|
81
|
+
</state>
|
|
82
|
+
</provider>
|
|
83
|
+
</entry>
|
|
84
|
+
</file>
|
|
85
|
+
<file pinned="false" current-in-tab="false">
|
|
86
|
+
<entry file="file://$PROJECT_DIR$/build/main/lib/seguridad/funciones/convertir-arreglo-en-arreglo-de-observables.d.ts">
|
|
87
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
88
|
+
<state>
|
|
89
|
+
<folding>
|
|
90
|
+
<element signature="e#0#34#0" expanded="true" />
|
|
91
|
+
</folding>
|
|
60
92
|
</state>
|
|
61
93
|
</provider>
|
|
62
94
|
</entry>
|
|
63
95
|
</file>
|
|
96
|
+
<file pinned="false" current-in-tab="false">
|
|
97
|
+
<entry file="file://$PROJECT_DIR$/build/main/lib/seguridad/funciones/convertir-arreglo-en-arreglo-de-observables.js">
|
|
98
|
+
<provider selected="true" editor-type-id="text-editor" />
|
|
99
|
+
</entry>
|
|
100
|
+
</file>
|
|
64
101
|
</leaf>
|
|
65
102
|
</component>
|
|
103
|
+
<component name="FileTemplateManagerImpl">
|
|
104
|
+
<option name="RECENT_TEMPLATES">
|
|
105
|
+
<list>
|
|
106
|
+
<option value="TypeScript File" />
|
|
107
|
+
</list>
|
|
108
|
+
</option>
|
|
109
|
+
</component>
|
|
66
110
|
<component name="Git.Settings">
|
|
67
111
|
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
|
68
112
|
</component>
|
|
@@ -70,7 +114,9 @@
|
|
|
70
114
|
<option name="CHANGED_PATHS">
|
|
71
115
|
<list>
|
|
72
116
|
<option value="$PROJECT_DIR$/src/lib/seguridad/funciones/convertir-arreglo-en-arreglo-de-observables.ts" />
|
|
117
|
+
<option value="$PROJECT_DIR$/src/index.ts" />
|
|
73
118
|
<option value="$PROJECT_DIR$/package.json" />
|
|
119
|
+
<option value="$PROJECT_DIR$/src/lib/auth0/seguridad-jwt-moviles/check-jwt.ts" />
|
|
74
120
|
</list>
|
|
75
121
|
</option>
|
|
76
122
|
</component>
|
|
@@ -108,7 +154,15 @@
|
|
|
108
154
|
<item name="manticore-labs-nest" type="462c0819:PsiDirectoryNode" />
|
|
109
155
|
<item name="src" type="462c0819:PsiDirectoryNode" />
|
|
110
156
|
<item name="lib" type="462c0819:PsiDirectoryNode" />
|
|
111
|
-
<item name="
|
|
157
|
+
<item name="auth0" type="462c0819:PsiDirectoryNode" />
|
|
158
|
+
</path>
|
|
159
|
+
<path>
|
|
160
|
+
<item name="manticore-labs-nest" type="b2602c69:ProjectViewProjectNode" />
|
|
161
|
+
<item name="manticore-labs-nest" type="462c0819:PsiDirectoryNode" />
|
|
162
|
+
<item name="src" type="462c0819:PsiDirectoryNode" />
|
|
163
|
+
<item name="lib" type="462c0819:PsiDirectoryNode" />
|
|
164
|
+
<item name="auth0" type="462c0819:PsiDirectoryNode" />
|
|
165
|
+
<item name="seguridad-jwt-moviles" type="462c0819:PsiDirectoryNode" />
|
|
112
166
|
</path>
|
|
113
167
|
</expand>
|
|
114
168
|
<select />
|
|
@@ -119,13 +173,14 @@
|
|
|
119
173
|
</component>
|
|
120
174
|
<component name="PropertiesComponent">
|
|
121
175
|
<property name="WebServerToolWindowFactoryState" value="false" />
|
|
176
|
+
<property name="editor.config.ad.shown" value="true" />
|
|
122
177
|
<property name="last_opened_file_path" value="$PROJECT_DIR$" />
|
|
123
178
|
<property name="node.js.detected.package.tslint" value="true" />
|
|
124
179
|
<property name="node.js.path.for.package.tslint" value="project" />
|
|
125
180
|
<property name="node.js.selected.package.tslint" value="$PROJECT_DIR$/node_modules/tslint" />
|
|
126
181
|
<property name="nodejs_package_manager_path" value="npm" />
|
|
127
182
|
<property name="prettierjs.PrettierConfiguration.Package" value="D:\Gitlab\npm\manticore-labs-nest\node_modules\prettier" />
|
|
128
|
-
<property name="ts.external.directory.path" value="$
|
|
183
|
+
<property name="ts.external.directory.path" value="$PROJECT_DIR$/node_modules/typescript/lib" />
|
|
129
184
|
</component>
|
|
130
185
|
<component name="RunDashboard">
|
|
131
186
|
<option name="ruleStates">
|
|
@@ -149,26 +204,22 @@
|
|
|
149
204
|
<option name="number" value="Default" />
|
|
150
205
|
<option name="presentableId" value="Default" />
|
|
151
206
|
<updated>1549418755979</updated>
|
|
152
|
-
<workItem from="1549418757075" duration="
|
|
207
|
+
<workItem from="1549418757075" duration="2781000" />
|
|
208
|
+
<workItem from="1549456351059" duration="814000" />
|
|
153
209
|
</task>
|
|
154
210
|
<servers />
|
|
155
211
|
</component>
|
|
156
212
|
<component name="TimeTrackingManager">
|
|
157
|
-
<option name="totallyTimeSpent" value="
|
|
213
|
+
<option name="totallyTimeSpent" value="3595000" />
|
|
158
214
|
</component>
|
|
159
215
|
<component name="ToolWindowManager">
|
|
160
216
|
<frame x="0" y="25" width="1920" height="994" extended-state="6" />
|
|
161
217
|
<editor active="true" />
|
|
162
218
|
<layout>
|
|
163
|
-
<window_info id="
|
|
164
|
-
<window_info id="Favorites" side_tool="true" />
|
|
165
|
-
<window_info active="true" content_ui="combo" id="Project" order="0" visible="true" weight="0.24986821" />
|
|
219
|
+
<window_info content_ui="combo" id="Project" order="0" visible="true" weight="0.24986821" />
|
|
166
220
|
<window_info id="Structure" order="1" side_tool="true" weight="0.25" />
|
|
167
|
-
<window_info
|
|
168
|
-
<window_info
|
|
169
|
-
<window_info anchor="bottom" id="Version Control" />
|
|
170
|
-
<window_info anchor="bottom" id="Terminal" visible="true" weight="0.32979977" />
|
|
171
|
-
<window_info anchor="bottom" id="Event Log" side_tool="true" />
|
|
221
|
+
<window_info id="npm" order="2" side_tool="true" />
|
|
222
|
+
<window_info id="Favorites" order="3" side_tool="true" />
|
|
172
223
|
<window_info anchor="bottom" id="Message" order="0" />
|
|
173
224
|
<window_info anchor="bottom" id="Find" order="1" />
|
|
174
225
|
<window_info anchor="bottom" id="Run" order="2" />
|
|
@@ -176,6 +227,11 @@
|
|
|
176
227
|
<window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
|
|
177
228
|
<window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
|
|
178
229
|
<window_info anchor="bottom" id="TODO" order="6" />
|
|
230
|
+
<window_info anchor="bottom" id="Docker" order="7" show_stripe_button="false" />
|
|
231
|
+
<window_info anchor="bottom" id="Version Control" order="8" />
|
|
232
|
+
<window_info anchor="bottom" id="TypeScript" order="9" />
|
|
233
|
+
<window_info anchor="bottom" id="Event Log" order="10" side_tool="true" />
|
|
234
|
+
<window_info active="true" anchor="bottom" id="Terminal" order="11" visible="true" weight="0.32979977" />
|
|
179
235
|
<window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
|
|
180
236
|
<window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
|
|
181
237
|
<window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
|
|
@@ -185,9 +241,22 @@
|
|
|
185
241
|
<option name="version" value="1" />
|
|
186
242
|
</component>
|
|
187
243
|
<component name="editorHistoryManager">
|
|
244
|
+
<entry file="file://$PROJECT_DIR$/package-lock.json">
|
|
245
|
+
<provider selected="true" editor-type-id="text-editor" />
|
|
246
|
+
</entry>
|
|
247
|
+
<entry file="file://$PROJECT_DIR$/src/lib/seguridad/aplicar-politicas-de-seguridad.ts">
|
|
248
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
249
|
+
<state relative-caret-position="368">
|
|
250
|
+
<caret line="19" column="25" selection-start-line="19" selection-start-column="25" selection-end-line="19" selection-end-column="25" />
|
|
251
|
+
<folding>
|
|
252
|
+
<element signature="e#0#38#0" expanded="true" />
|
|
253
|
+
</folding>
|
|
254
|
+
</state>
|
|
255
|
+
</provider>
|
|
256
|
+
</entry>
|
|
188
257
|
<entry file="file://$PROJECT_DIR$/src/lib/seguridad/funciones/tiene-acceso-permitido.ts">
|
|
189
258
|
<provider selected="true" editor-type-id="text-editor">
|
|
190
|
-
<state relative-caret-position="
|
|
259
|
+
<state relative-caret-position="46">
|
|
191
260
|
<caret line="2" selection-start-line="2" selection-end-line="10" selection-end-column="1" />
|
|
192
261
|
</state>
|
|
193
262
|
</provider>
|
|
@@ -195,23 +264,28 @@
|
|
|
195
264
|
<entry file="file://$PROJECT_DIR$/src/lib/seguridad/seguridad.decorator.ts">
|
|
196
265
|
<provider selected="true" editor-type-id="text-editor" />
|
|
197
266
|
</entry>
|
|
198
|
-
<entry file="file://$PROJECT_DIR$/
|
|
267
|
+
<entry file="file://$PROJECT_DIR$/build/main/lib/seguridad/funciones/convertir-arreglo-en-arreglo-de-observables.d.ts">
|
|
199
268
|
<provider selected="true" editor-type-id="text-editor">
|
|
200
|
-
<state
|
|
201
|
-
<caret line="19" column="25" selection-start-line="19" selection-start-column="25" selection-end-line="19" selection-end-column="25" />
|
|
269
|
+
<state>
|
|
202
270
|
<folding>
|
|
203
|
-
<element signature="e#0#
|
|
271
|
+
<element signature="e#0#34#0" expanded="true" />
|
|
204
272
|
</folding>
|
|
205
273
|
</state>
|
|
206
274
|
</provider>
|
|
207
275
|
</entry>
|
|
208
|
-
<entry file="file://$PROJECT_DIR$/
|
|
276
|
+
<entry file="file://$PROJECT_DIR$/build/main/lib/seguridad/funciones/convertir-arreglo-en-arreglo-de-observables.js">
|
|
209
277
|
<provider selected="true" editor-type-id="text-editor" />
|
|
210
278
|
</entry>
|
|
211
|
-
<entry file="file://$PROJECT_DIR$/
|
|
279
|
+
<entry file="file://$PROJECT_DIR$/node_modules/jwks-rsa/index.d.ts">
|
|
280
|
+
<provider selected="true" editor-type-id="text-editor" />
|
|
281
|
+
</entry>
|
|
282
|
+
<entry file="file://$PROJECT_DIR$/.gitignore">
|
|
283
|
+
<provider selected="true" editor-type-id="text-editor" />
|
|
284
|
+
</entry>
|
|
285
|
+
<entry file="file://$PROJECT_DIR$/src/index.ts">
|
|
212
286
|
<provider selected="true" editor-type-id="text-editor">
|
|
213
|
-
<state relative-caret-position="
|
|
214
|
-
<caret line="
|
|
287
|
+
<state relative-caret-position="276">
|
|
288
|
+
<caret line="12" selection-start-line="12" selection-end-line="12" />
|
|
215
289
|
</state>
|
|
216
290
|
</provider>
|
|
217
291
|
</entry>
|
|
@@ -222,5 +296,29 @@
|
|
|
222
296
|
</state>
|
|
223
297
|
</provider>
|
|
224
298
|
</entry>
|
|
299
|
+
<entry file="file://$PROJECT_DIR$/src/lib/seguridad/funciones/convertir-arreglo-en-arreglo-de-observables.ts">
|
|
300
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
301
|
+
<state relative-caret-position="92">
|
|
302
|
+
<caret line="5" selection-start-line="5" selection-end-line="5" />
|
|
303
|
+
</state>
|
|
304
|
+
</provider>
|
|
305
|
+
</entry>
|
|
306
|
+
<entry file="file://$PROJECT_DIR$/node_modules/@types/express-jwt/index.d.ts">
|
|
307
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
308
|
+
<state relative-caret-position="168">
|
|
309
|
+
<caret line="25" column="21" selection-start-line="25" selection-start-column="21" selection-end-line="25" selection-end-column="21" />
|
|
310
|
+
<folding>
|
|
311
|
+
<element signature="n#!!doc" expanded="true" />
|
|
312
|
+
</folding>
|
|
313
|
+
</state>
|
|
314
|
+
</provider>
|
|
315
|
+
</entry>
|
|
316
|
+
<entry file="file://$PROJECT_DIR$/src/lib/auth0/seguridad-jwt-moviles/check-jwt.ts">
|
|
317
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
318
|
+
<state relative-caret-position="130">
|
|
319
|
+
<caret line="5" column="22" lean-forward="true" selection-start-line="5" selection-start-column="22" selection-end-line="5" selection-end-column="22" />
|
|
320
|
+
</state>
|
|
321
|
+
</provider>
|
|
322
|
+
</entry>
|
|
225
323
|
</component>
|
|
226
324
|
</project>
|
package/build/main/index.d.ts
CHANGED
|
@@ -6,6 +6,7 @@ export * from './lib/auth0/crear-usuario-dto/crear-usuario-dto';
|
|
|
6
6
|
export * from './lib/auth0/interfaces/funciones-seguridad';
|
|
7
7
|
export * from './lib/auth0/interfaces/mensajes-controlador';
|
|
8
8
|
export * from './lib/auth0/interfaces/busqueda-nombre';
|
|
9
|
+
export * from './lib/auth0/seguridad-jwt-moviles/check-jwt';
|
|
9
10
|
export * from './lib/one-signal/one-signal.service';
|
|
10
11
|
export * from './lib/one-signal/one-signal.controller';
|
|
11
12
|
export * from './lib/one-signal/interfaces/funciones-seguridad';
|
package/build/main/index.js
CHANGED
|
@@ -8,6 +8,7 @@ __export(require("./lib/auth0/auth0.service"));
|
|
|
8
8
|
__export(require("./lib/auth0/actualizar-usuario-cuenta-dto/actualizar-usuario-cuenta-dto"));
|
|
9
9
|
__export(require("./lib/auth0/actualizar-usuario-dto/actualizar-usuario-dto"));
|
|
10
10
|
__export(require("./lib/auth0/crear-usuario-dto/crear-usuario-dto"));
|
|
11
|
+
__export(require("./lib/auth0/seguridad-jwt-moviles/check-jwt"));
|
|
11
12
|
__export(require("./lib/one-signal/one-signal.service"));
|
|
12
13
|
__export(require("./lib/one-signal/one-signal.controller"));
|
|
13
14
|
__export(require("./lib/principal.entity"));
|
|
@@ -20,4 +21,4 @@ __export(require("./lib/interfaces-util/campos-a-buscar"));
|
|
|
20
21
|
__export(require("./lib/funciones-util/typeorm/valor-esta-dentro-del-arreglo"));
|
|
21
22
|
__export(require("./lib/menu/entities/menu-entity"));
|
|
22
23
|
__export(require("./lib/expresiones-regulares/letras-espacios-tildes-enie"));
|
|
23
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
24
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7QUFBQSxrREFBNkM7QUFDN0MsK0NBQTBDO0FBRTFDLDZGQUF3RjtBQUN4RiwrRUFBMEU7QUFDMUUscUVBQWdFO0FBTWhFLGlFQUE0RDtBQUU1RCx5REFBb0Q7QUFDcEQsNERBQXVEO0FBWXZELDRDQUF1QztBQUN2Qyw2Q0FBd0M7QUFDeEMseUNBQW9DO0FBQ3BDLGdEQUEyQztBQUMzQyw4Q0FBeUM7QUFDekMsNkNBQXdDO0FBS3hDLDJEQUFzRDtBQVN0RCxnRkFBMkU7QUFFM0UscURBQWdEO0FBRWhELDZFQUF3RSJ9
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const jwt = require('express-jwt');
|
|
4
|
+
function checkJwt(options) {
|
|
5
|
+
return jwt(options);
|
|
6
|
+
}
|
|
7
|
+
exports.checkJwt = checkJwt;
|
|
8
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2hlY2stand0LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL2xpYi9hdXRoMC9zZWd1cmlkYWQtand0LW1vdmlsZXMvY2hlY2stand0LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7O0FBRUEsTUFBTSxHQUFHLEdBQUcsT0FBTyxDQUFDLGFBQWEsQ0FBQyxDQUFDO0FBRW5DLGtCQUF5QixPQUFnQjtJQUN2QyxPQUFPLEdBQUcsQ0FBQyxPQUFPLENBQUMsQ0FBQztBQUN0QixDQUFDO0FBRkQsNEJBRUMifQ==
|
package/build/module/index.d.ts
CHANGED
|
@@ -6,6 +6,7 @@ export * from './lib/auth0/crear-usuario-dto/crear-usuario-dto';
|
|
|
6
6
|
export * from './lib/auth0/interfaces/funciones-seguridad';
|
|
7
7
|
export * from './lib/auth0/interfaces/mensajes-controlador';
|
|
8
8
|
export * from './lib/auth0/interfaces/busqueda-nombre';
|
|
9
|
+
export * from './lib/auth0/seguridad-jwt-moviles/check-jwt';
|
|
9
10
|
export * from './lib/one-signal/one-signal.service';
|
|
10
11
|
export * from './lib/one-signal/one-signal.controller';
|
|
11
12
|
export * from './lib/one-signal/interfaces/funciones-seguridad';
|
package/build/module/index.js
CHANGED
|
@@ -3,6 +3,7 @@ export * from './lib/auth0/auth0.service';
|
|
|
3
3
|
export * from './lib/auth0/actualizar-usuario-cuenta-dto/actualizar-usuario-cuenta-dto';
|
|
4
4
|
export * from './lib/auth0/actualizar-usuario-dto/actualizar-usuario-dto';
|
|
5
5
|
export * from './lib/auth0/crear-usuario-dto/crear-usuario-dto';
|
|
6
|
+
export * from './lib/auth0/seguridad-jwt-moviles/check-jwt';
|
|
6
7
|
export * from './lib/one-signal/one-signal.service';
|
|
7
8
|
export * from './lib/one-signal/one-signal.controller';
|
|
8
9
|
export * from './lib/principal.entity';
|
|
@@ -15,4 +16,4 @@ export * from './lib/interfaces-util/campos-a-buscar';
|
|
|
15
16
|
export * from './lib/funciones-util/typeorm/valor-esta-dentro-del-arreglo';
|
|
16
17
|
export * from './lib/menu/entities/menu-entity';
|
|
17
18
|
export * from './lib/expresiones-regulares/letras-espacios-tildes-enie';
|
|
18
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
19
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyw4QkFBOEIsQ0FBQztBQUM3QyxjQUFjLDJCQUEyQixDQUFDO0FBRTFDLGNBQWMseUVBQXlFLENBQUM7QUFDeEYsY0FBYywyREFBMkQsQ0FBQztBQUMxRSxjQUFjLGlEQUFpRCxDQUFDO0FBTWhFLGNBQWMsNkNBQTZDLENBQUM7QUFFNUQsY0FBYyxxQ0FBcUMsQ0FBQztBQUNwRCxjQUFjLHdDQUF3QyxDQUFDO0FBWXZELGNBQWMsd0JBQXdCLENBQUM7QUFDdkMsY0FBYyx5QkFBeUIsQ0FBQztBQUN4QyxjQUFjLHFCQUFxQixDQUFDO0FBQ3BDLGNBQWMsNEJBQTRCLENBQUM7QUFDM0MsY0FBYywwQkFBMEIsQ0FBQztBQUN6QyxjQUFjLHlCQUF5QixDQUFDO0FBS3hDLGNBQWMsdUNBQXVDLENBQUM7QUFTdEQsY0FBYyw0REFBNEQsQ0FBQztBQUUzRSxjQUFjLGlDQUFpQyxDQUFDO0FBRWhELGNBQWMseURBQXlELENBQUMifQ==
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
const jwt = require('express-jwt');
|
|
2
|
+
export function checkJwt(options) {
|
|
3
|
+
return jwt(options);
|
|
4
|
+
}
|
|
5
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2hlY2stand0LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL2xpYi9hdXRoMC9zZWd1cmlkYWQtand0LW1vdmlsZXMvY2hlY2stand0LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBLE1BQU0sR0FBRyxHQUFHLE9BQU8sQ0FBQyxhQUFhLENBQUMsQ0FBQztBQUVuQyxNQUFNLG1CQUFtQixPQUFnQjtJQUN2QyxPQUFPLEdBQUcsQ0FBQyxPQUFPLENBQUMsQ0FBQztBQUN0QixDQUFDIn0=
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@manticore-labs/nest",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.63",
|
|
4
4
|
"description": "Manticore labs nestjs classes",
|
|
5
5
|
"main": "build/main/index.js",
|
|
6
6
|
"typings": "build/main/index.d.ts",
|
|
@@ -61,8 +61,10 @@
|
|
|
61
61
|
"axios": "^0.18.0",
|
|
62
62
|
"class-transformer": "^0.1.9",
|
|
63
63
|
"class-validator": "^0.9.1",
|
|
64
|
+
"express-jwt": "^5.3.1",
|
|
64
65
|
"graphql": "^14.0.2",
|
|
65
66
|
"graphql-tools": "^3.1.1",
|
|
67
|
+
"jwks-rsa": "^1.3.0",
|
|
66
68
|
"mysql": "^2.16.0",
|
|
67
69
|
"rxjs": "^6.2.1",
|
|
68
70
|
"sha.js": "^2.4.11",
|