Merge pull request #7189 from dhavalveera/nextAuth

NextAuthjs Authentication detection added for Next.js
main
Elbert Alias 2 years ago committed by GitHub
commit cf9276f6ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

@ -578,6 +578,20 @@
}, },
"website": "https://nextjs.org" "website": "https://nextjs.org"
}, },
"NextAuth.js": {
"cats": [
69
],
"cookies": {
"__Host-next-auth.csrf-token": "",
"__Secure-next-auth.callback-url": ""
},
"description": "NextAuth.js is a complete open-source authentication solution for Next.js applications.",
"icon": "Next-Auth.png",
"oss": true,
"requires": "Next.js",
"website": "https://next-auth.js.org"
},
"NextGEN Gallery": { "NextGEN Gallery": {
"cats": [ "cats": [
7, 7,
@ -639,6 +653,25 @@
"scriptSrc": "ads\\.nextdoor\\.com/", "scriptSrc": "ads\\.nextdoor\\.com/",
"website": "https://help.nextdoor.com/s/article/About-Neighborhood-Ad-Center-NAC-Conversion-Pixel" "website": "https://help.nextdoor.com/s/article/About-Neighborhood-Ad-Center-NAC-Conversion-Pixel"
}, },
"Nextra": {
"cats": [
57
],
"description": "Nextra is Next.js based static site generator.",
"dom": [
"div.nextra-container",
"div.nextra-nav-container",
"div.nextra-sidebar-container"
],
"icon": "Nextra.svg",
"js": {
"__nextra_internal__": "",
"__nextra_pageContext__": ""
},
"oss": true,
"requires": "Next.js",
"website": "https://nextra.site/"
},
"Nextsale": { "Nextsale": {
"cats": [ "cats": [
5, 5,
@ -658,25 +691,6 @@
"scriptSrc": "(?:api|sdk)\\.nextsale\\.io/", "scriptSrc": "(?:api|sdk)\\.nextsale\\.io/",
"website": "https://nextsale.io" "website": "https://nextsale.io"
}, },
"Nextra": {
"cats": [
57
],
"description": "Nextra is Next.js based static site generator.",
"dom": [
"div.nextra-container",
"div.nextra-nav-container",
"div.nextra-sidebar-container"
],
"js": {
"__nextra_internal__": "",
"__nextra_pageContext__": ""
},
"icon": "Nextra.svg",
"requires": "Next.js",
"oss": true,
"website": "https://nextra.site/"
},
"NexusPIPE": { "NexusPIPE": {
"cats": [ "cats": [
16 16
@ -1085,4 +1099,4 @@
"saas": true, "saas": true,
"website": "https://www.novomind.com/en/shopsystem/novomind-ishop-software" "website": "https://www.novomind.com/en/shopsystem/novomind-ishop-software"
} }
} }
Loading…
Cancel
Save