forked from auth0-extensions/auth0-account-link-extension
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request auth0-extensions#64 from auth0-extensions/issues/I…
…UM-812-redux [IUM-812] Samesite Cookies
- Loading branch information
Showing
13 changed files
with
83 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "auth0-account-link-extension", | ||
"version": "2.3.4", | ||
"version": "2.4.0", | ||
"description": "Auth0 Account Link Extension", | ||
"main": "index.js", | ||
"engines": { | ||
|
@@ -12,7 +12,7 @@ | |
"test:integration": "mocha integration --recursive --timeout 50000", | ||
"lint": "eslint .", | ||
"serve:dev": "gulp run", | ||
"client:build": "minify --clean public/css/link.css && minify --clean public/css/admin.css", | ||
"client:build": "minify --clean --output dist/assets/link.$npm_package_version.min.css public/css/link.css && minify --clean --output dist/assets/admin.$npm_package_version.min.css public/css/admin.css", | ||
"extension:build": "a0-ext build:server ./webtask.js ./dist && cp ./dist/auth0-account-link.extension.$npm_package_version.js ./build/bundle.js", | ||
"build": "yarn run client:build && yarn run extension:build" | ||
}, | ||
|
@@ -22,7 +22,7 @@ | |
"nodeTarget": "4.2.0", | ||
"bundleModules": true, | ||
"externals": [ | ||
"auth0-extension-hapi-tools@1.2.2", | ||
"auth0-extension-hapi-tools@1.3.1", | ||
"[email protected]", | ||
"[email protected]", | ||
"[email protected]", | ||
|
@@ -37,7 +37,7 @@ | |
"[email protected]", | ||
"[email protected]", | ||
"[email protected]", | ||
"[email protected].0", | ||
"@auth0/[email protected].1", | ||
"[email protected]", | ||
"[email protected]", | ||
"[email protected]", | ||
|
@@ -68,16 +68,17 @@ | |
] | ||
}, | ||
"dependencies": { | ||
"@auth0/hapi": "13.5.1", | ||
"auth0": "^2.8.0", | ||
"auth0-extension-hapi-tools": "1.2.2", | ||
"auth0-extension-hapi-tools": "1.3.1", | ||
"auth0-extension-tools": "1.3.1", | ||
"boom": "3.2.2", | ||
"hapi": "13.5.0", | ||
"hapi-auth-jwt2": "7.0.1", | ||
"inert": "4.0.1", | ||
"joi": "9.0.4", | ||
"jsonwebtoken": "^8.1.0", | ||
"jwks-rsa": "1.1.1", | ||
"lodash": "^3.10.1", | ||
"nconf": "^0.8.4", | ||
"open": "^0.0.5", | ||
"request": "^2.81.0", | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,43 @@ | |
# yarn lockfile v1 | ||
|
||
|
||
"@auth0/[email protected]": | ||
version "13.5.1" | ||
resolved "https://a0us.jfrog.io/a0us/api/npm/npm/@auth0/hapi/-/hapi-13.5.1.tgz#21859f0948bc56b96300ccbfbc58b4a1b647ecc6" | ||
integrity sha1-IYWfCUi8VrljAMy/vFi0obZH7MY= | ||
dependencies: | ||
"@auth0/statehood" "^4.1.1" | ||
accept "2.x.x" | ||
ammo "2.x.x" | ||
boom "3.x.x" | ||
call "3.x.x" | ||
catbox "7.x.x" | ||
catbox-memory "2.x.x" | ||
cryptiles "3.x.x" | ||
heavy "4.x.x" | ||
hoek "4.x.x" | ||
iron "4.x.x" | ||
items "2.x.x" | ||
joi "8.x.x" | ||
kilt "2.x.x" | ||
mimos "3.x.x" | ||
peekaboo "2.x.x" | ||
shot "3.x.x" | ||
subtext "4.x.x" | ||
topo "2.x.x" | ||
|
||
"@auth0/statehood@^4.1.1": | ||
version "4.1.1" | ||
resolved "https://a0us.jfrog.io/a0us/api/npm/npm/@auth0/statehood/-/statehood-4.1.1.tgz#d1642a5146e27c0da8c3209d58237f43a1e2cba7" | ||
integrity sha1-0WQqUUbifA2owyCdWCN/Q6Hiy6c= | ||
dependencies: | ||
boom "3.x.x" | ||
cryptiles "3.x.x" | ||
hoek "4.x.x" | ||
iron "4.x.x" | ||
items "2.x.x" | ||
joi "9.x.x" | ||
|
||
"@babel/[email protected]": | ||
version "7.0.0-beta.44" | ||
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0-beta.44.tgz#2a02643368de80916162be70865c97774f3adbd9" | ||
|
@@ -965,9 +1002,10 @@ atob@^2.0.0: | |
version "2.1.0" | ||
resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.0.tgz#ab2b150e51d7b122b9efc8d7340c06b6c41076bc" | ||
|
||
[email protected]: | ||
version "1.2.2" | ||
resolved "https://registry.yarnpkg.com/auth0-extension-hapi-tools/-/auth0-extension-hapi-tools-1.2.2.tgz#188c138c1cb0039f4b87e665d82029f9ae21843a" | ||
[email protected]: | ||
version "1.3.1" | ||
resolved "https://a0us.jfrog.io/a0us/api/npm/npm/auth0-extension-hapi-tools/-/auth0-extension-hapi-tools-1.3.1.tgz#28515f176dd495c90044c643e67eaae2485e30e4" | ||
integrity sha1-KFFfF23UlckARMZD5n6q4kheMOQ= | ||
dependencies: | ||
auth0-extension-tools "^1.3.0" | ||
boom "3.2.2" | ||
|
@@ -3427,30 +3465,6 @@ [email protected]: | |
cookie "^0.3.1" | ||
jsonwebtoken "^7.0.0" | ||
|
||
[email protected]: | ||
version "13.5.0" | ||
resolved "https://registry.yarnpkg.com/hapi/-/hapi-13.5.0.tgz#a5ffbcac57d370c733c81b1ac074c4f13767ecb3" | ||
dependencies: | ||
accept "2.x.x" | ||
ammo "2.x.x" | ||
boom "3.x.x" | ||
call "3.x.x" | ||
catbox "7.x.x" | ||
catbox-memory "2.x.x" | ||
cryptiles "3.x.x" | ||
heavy "4.x.x" | ||
hoek "4.x.x" | ||
iron "4.x.x" | ||
items "2.x.x" | ||
joi "8.x.x" | ||
kilt "2.x.x" | ||
mimos "3.x.x" | ||
peekaboo "2.x.x" | ||
shot "3.x.x" | ||
statehood "4.x.x" | ||
subtext "4.x.x" | ||
topo "2.x.x" | ||
|
||
har-schema@^1.0.5: | ||
version "1.0.5" | ||
resolved "https://registry.yarnpkg.com/har-schema/-/har-schema-1.0.5.tgz#d263135f43307c02c602afc8fe95970c0151369e" | ||
|
@@ -6805,17 +6819,6 @@ [email protected]: | |
version "0.0.10" | ||
resolved "https://registry.yarnpkg.com/stack-trace/-/stack-trace-0.0.10.tgz#547c70b347e8d32b4e108ea1a2a159e5fdde19c0" | ||
|
||
[email protected]: | ||
version "4.1.0" | ||
resolved "https://registry.yarnpkg.com/statehood/-/statehood-4.1.0.tgz#8a2877d13d9850aab6ce877a54b778df0f43acdb" | ||
dependencies: | ||
boom "3.x.x" | ||
cryptiles "3.x.x" | ||
hoek "4.x.x" | ||
iron "4.x.x" | ||
items "2.x.x" | ||
joi "9.x.x" | ||
|
||
static-extend@^0.1.1: | ||
version "0.1.2" | ||
resolved "https://registry.yarnpkg.com/static-extend/-/static-extend-0.1.2.tgz#60809c39cbff55337226fd5e0b520f341f1fb5c6" | ||
|