c2-http 1.0.118 → 1.0.119
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.
|
@@ -8,7 +8,7 @@ class AddInContextFlowItem {
|
|
|
8
8
|
exec(decode, token) {
|
|
9
9
|
express_http_context_1.default.set("token", token);
|
|
10
10
|
express_http_context_1.default.set("userId", decode.sub);
|
|
11
|
-
express_http_context_1.default.set("
|
|
11
|
+
express_http_context_1.default.set("userProfileId", decode.subProfile);
|
|
12
12
|
express_http_context_1.default.set("userIsAdmin", decode.subIsAdmin);
|
|
13
13
|
express_http_context_1.default.set("userEmail", decode.subEmail);
|
|
14
14
|
express_http_context_1.default.set("userName", decode.subName);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "c2-http",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.119",
|
|
4
4
|
"description": "Biblioteca Typescript para API NodeJS",
|
|
5
5
|
"repository": "https://cabralsilva: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@github.com/cabralsilva/c2-http.git",
|
|
6
6
|
"author": "Daniel Cabral <cabralconsultoriaemsoftware@gmail.com>",
|