mirror of
https://github.com/SrIzan10/next-auth.git
synced 2026-05-01 10:55:20 +00:00
Compare commits
27 Commits
@auth/soli
...
OrJDev/mai
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
04791cd574 | ||
|
|
bc8353560d | ||
|
|
2c1b85f456 | ||
|
|
a83ace9770 | ||
|
|
74957b0e54 | ||
|
|
10e06e0387 | ||
|
|
ebadffb179 | ||
|
|
9f50b6d7fc | ||
|
|
3675bfae68 | ||
|
|
966095c764 | ||
|
|
d1973532fa | ||
|
|
0967daf9b9 | ||
|
|
35f5943a12 | ||
|
|
c0a74f80c5 | ||
|
|
f2dd22c666 | ||
|
|
54e06c01f2 | ||
|
|
7a000527f5 | ||
|
|
db8535f7c4 | ||
|
|
6af110cde7 | ||
|
|
9d99b3d358 | ||
|
|
8d75a619aa | ||
|
|
0ca53e4ec7 | ||
|
|
d7d3575b68 | ||
|
|
36ad964cf9 | ||
|
|
6fedd7f144 | ||
|
|
2dd5663a51 | ||
|
|
1c5d022915 |
15
.github/sync.yml
vendored
15
.github/sync.yml
vendored
@@ -7,15 +7,12 @@ nextauthjs/sveltekit-auth-example:
|
|||||||
- .github/FUNDING.yml
|
- .github/FUNDING.yml
|
||||||
- LICENSE
|
- LICENSE
|
||||||
|
|
||||||
# FIXME: Should re-enable, but currently fails:
|
nextauthjs/solid-start-auth-example:
|
||||||
# https://github.com/nextauthjs/next-auth/actions/runs/3811709391/jobs/6484533340
|
- source: apps/example-solid-start
|
||||||
# (issue seems to be the name of the target repo)
|
dest: .
|
||||||
# nextauthjs/solid-start-auth-example:
|
deleteOrphaned: true
|
||||||
# - source: "apps/examples/solid-start"
|
- .github/FUNDING.yml
|
||||||
# dest: .
|
- LICENSE
|
||||||
# deleteOrphaned: true
|
|
||||||
# - .github/FUNDING.yml
|
|
||||||
# - LICENSE
|
|
||||||
|
|
||||||
nextauthjs/next-auth-gatsby-example:
|
nextauthjs/next-auth-gatsby-example:
|
||||||
- source: apps/playgrounds/gatsby
|
- source: apps/playgrounds/gatsby
|
||||||
|
|||||||
8711
apps/example-solid-start/package-lock.json
generated
Normal file
8711
apps/example-solid-start/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
|
Before Width: | Height: | Size: 664 B After Width: | Height: | Size: 664 B |
@@ -58,9 +58,9 @@ module.exports = {
|
|||||||
label: "@auth/solid-start",
|
label: "@auth/solid-start",
|
||||||
link: {
|
link: {
|
||||||
type: "doc",
|
type: "doc",
|
||||||
id: "reference/solid-start/index",
|
id: "reference/solidstart/index",
|
||||||
},
|
},
|
||||||
items: ["reference/solid-start/client", "reference/solid-start/protected"],
|
items: ["reference/solidstart/client"],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "category",
|
type: "category",
|
||||||
|
|||||||
@@ -70,16 +70,6 @@
|
|||||||
],
|
],
|
||||||
"destination": "https://authjs.dev/reference/sveltekit/modules/main"
|
"destination": "https://authjs.dev/reference/sveltekit/modules/main"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"source": "/",
|
|
||||||
"has": [
|
|
||||||
{
|
|
||||||
"type": "host",
|
|
||||||
"value": "solid-start.authjs.dev"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"destination": "https://authjs.dev/reference/solid-start"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"source": "/:path(.*)",
|
"source": "/:path(.*)",
|
||||||
"has": [
|
"has": [
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@auth/core",
|
"name": "@auth/core",
|
||||||
"version": "0.2.4",
|
"version": "0.2.3",
|
||||||
"description": "Authentication for the Web.",
|
"description": "Authentication for the Web.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"authentication",
|
"authentication",
|
||||||
@@ -61,10 +61,10 @@
|
|||||||
},
|
},
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@panva/hkdf": "^1.0.2",
|
"@panva/hkdf": "1.0.2",
|
||||||
"cookie": "0.5.0",
|
"cookie": "0.5.0",
|
||||||
"jose": "^4.11.1",
|
"jose": "4.11.1",
|
||||||
"oauth4webapi": "^2.0.6",
|
"oauth4webapi": "2.0.6",
|
||||||
"preact": "10.11.3",
|
"preact": "10.11.3",
|
||||||
"preact-render-to-string": "5.2.3"
|
"preact-render-to-string": "5.2.3"
|
||||||
},
|
},
|
||||||
@@ -92,4 +92,4 @@
|
|||||||
"postcss": "8.4.19",
|
"postcss": "8.4.19",
|
||||||
"postcss-nested": "6.0.0"
|
"postcss-nested": "6.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@auth/solid-start",
|
"name": "@auth/solid-start",
|
||||||
"description": "Authentication for SolidStart.",
|
"description": "Authentication for SolidStart.",
|
||||||
"version": "0.1.0",
|
"version": "0.0.1",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"files": [
|
"files": [
|
||||||
"client.*",
|
"client.*",
|
||||||
@@ -55,4 +55,4 @@
|
|||||||
"author": "OrJDev <orjdeveloper@gmail.com>",
|
"author": "OrJDev <orjdeveloper@gmail.com>",
|
||||||
"repository": "https://github.com/nextauthjs/next-auth",
|
"repository": "https://github.com/nextauthjs/next-auth",
|
||||||
"license": "ISC"
|
"license": "ISC"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@auth/sveltekit",
|
"name": "@auth/sveltekit",
|
||||||
"version": "0.1.11",
|
"version": "0.1.10",
|
||||||
"description": "Authentication for SvelteKit.",
|
"description": "Authentication for SvelteKit.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"authentication",
|
"authentication",
|
||||||
@@ -69,4 +69,4 @@
|
|||||||
},
|
},
|
||||||
"./package.json": "./package.json"
|
"./package.json": "./package.json"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
34
pnpm-lock.yaml
generated
34
pnpm-lock.yaml
generated
@@ -577,15 +577,15 @@ importers:
|
|||||||
packages/core:
|
packages/core:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@next-auth/tsconfig': workspace:*
|
'@next-auth/tsconfig': workspace:*
|
||||||
'@panva/hkdf': ^1.0.2
|
'@panva/hkdf': 1.0.2
|
||||||
'@types/cookie': 0.5.1
|
'@types/cookie': 0.5.1
|
||||||
'@types/node': 18.11.10
|
'@types/node': 18.11.10
|
||||||
'@types/nodemailer': 6.4.6
|
'@types/nodemailer': 6.4.6
|
||||||
'@types/react': 18.0.26
|
'@types/react': 18.0.26
|
||||||
autoprefixer: 10.4.13
|
autoprefixer: 10.4.13
|
||||||
cookie: 0.5.0
|
cookie: 0.5.0
|
||||||
jose: ^4.11.1
|
jose: 4.11.1
|
||||||
oauth4webapi: ^2.0.6
|
oauth4webapi: 2.0.6
|
||||||
postcss: 8.4.19
|
postcss: 8.4.19
|
||||||
postcss-nested: 6.0.0
|
postcss-nested: 6.0.0
|
||||||
preact: 10.11.3
|
preact: 10.11.3
|
||||||
@@ -13093,8 +13093,10 @@ packages:
|
|||||||
indent-string: 4.0.0
|
indent-string: 4.0.0
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/ajv-formats/2.1.1:
|
/ajv-formats/2.1.1_ajv@8.11.0:
|
||||||
resolution: {integrity: sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==}
|
resolution: {integrity: sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==}
|
||||||
|
peerDependencies:
|
||||||
|
ajv: ^8.0.0
|
||||||
peerDependenciesMeta:
|
peerDependenciesMeta:
|
||||||
ajv:
|
ajv:
|
||||||
optional: true
|
optional: true
|
||||||
@@ -13604,7 +13606,7 @@ packages:
|
|||||||
/axios/0.21.4_debug@3.2.7:
|
/axios/0.21.4_debug@3.2.7:
|
||||||
resolution: {integrity: sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==}
|
resolution: {integrity: sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==}
|
||||||
dependencies:
|
dependencies:
|
||||||
follow-redirects: 1.15.1
|
follow-redirects: 1.15.1_debug@3.2.7
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- debug
|
- debug
|
||||||
dev: false
|
dev: false
|
||||||
@@ -13628,7 +13630,7 @@ packages:
|
|||||||
/axios/0.25.0_debug@4.3.4:
|
/axios/0.25.0_debug@4.3.4:
|
||||||
resolution: {integrity: sha512-cD8FOb0tRH3uuEe6+evtAbgJtfxr7ly3fQjYcMcuPlgkwVS9xboaVIpcDV+cYQe+yGykgwZCs1pzjntcGa6l5g==}
|
resolution: {integrity: sha512-cD8FOb0tRH3uuEe6+evtAbgJtfxr7ly3fQjYcMcuPlgkwVS9xboaVIpcDV+cYQe+yGykgwZCs1pzjntcGa6l5g==}
|
||||||
dependencies:
|
dependencies:
|
||||||
follow-redirects: 1.15.1
|
follow-redirects: 1.15.1_debug@4.3.4
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- debug
|
- debug
|
||||||
|
|
||||||
@@ -18688,7 +18690,7 @@ packages:
|
|||||||
dependencies:
|
dependencies:
|
||||||
'@apidevtools/json-schema-ref-parser': 9.0.9
|
'@apidevtools/json-schema-ref-parser': 9.0.9
|
||||||
ajv: 8.11.0
|
ajv: 8.11.0
|
||||||
ajv-formats: 2.1.1
|
ajv-formats: 2.1.1_ajv@8.11.0
|
||||||
body-parser: 1.20.0
|
body-parser: 1.20.0
|
||||||
content-type: 1.0.4
|
content-type: 1.0.4
|
||||||
deep-freeze: 0.0.1
|
deep-freeze: 0.0.1
|
||||||
@@ -19294,6 +19296,19 @@ packages:
|
|||||||
peerDependenciesMeta:
|
peerDependenciesMeta:
|
||||||
debug:
|
debug:
|
||||||
optional: true
|
optional: true
|
||||||
|
dev: true
|
||||||
|
|
||||||
|
/follow-redirects/1.15.1_debug@3.2.7:
|
||||||
|
resolution: {integrity: sha512-yLAMQs+k0b2m7cVxpS1VKJVvoz7SS9Td1zss3XRwXj+ZDH00RJgnuLx7E44wx02kQLrdM3aOOy+FpzS7+8OizA==}
|
||||||
|
engines: {node: '>=4.0'}
|
||||||
|
peerDependencies:
|
||||||
|
debug: '*'
|
||||||
|
peerDependenciesMeta:
|
||||||
|
debug:
|
||||||
|
optional: true
|
||||||
|
dependencies:
|
||||||
|
debug: 3.2.7
|
||||||
|
dev: false
|
||||||
|
|
||||||
/follow-redirects/1.15.1_debug@4.3.4:
|
/follow-redirects/1.15.1_debug@4.3.4:
|
||||||
resolution: {integrity: sha512-yLAMQs+k0b2m7cVxpS1VKJVvoz7SS9Td1zss3XRwXj+ZDH00RJgnuLx7E44wx02kQLrdM3aOOy+FpzS7+8OizA==}
|
resolution: {integrity: sha512-yLAMQs+k0b2m7cVxpS1VKJVvoz7SS9Td1zss3XRwXj+ZDH00RJgnuLx7E44wx02kQLrdM3aOOy+FpzS7+8OizA==}
|
||||||
@@ -19305,7 +19320,6 @@ packages:
|
|||||||
optional: true
|
optional: true
|
||||||
dependencies:
|
dependencies:
|
||||||
debug: 4.3.4
|
debug: 4.3.4
|
||||||
dev: true
|
|
||||||
|
|
||||||
/for-each/0.3.3:
|
/for-each/0.3.3:
|
||||||
resolution: {integrity: sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==}
|
resolution: {integrity: sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==}
|
||||||
@@ -21092,7 +21106,7 @@ packages:
|
|||||||
engines: {node: '>=8.0.0'}
|
engines: {node: '>=8.0.0'}
|
||||||
dependencies:
|
dependencies:
|
||||||
eventemitter3: 4.0.7
|
eventemitter3: 4.0.7
|
||||||
follow-redirects: 1.15.1
|
follow-redirects: 1.15.1_debug@4.3.4
|
||||||
requires-port: 1.0.0
|
requires-port: 1.0.0
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- debug
|
- debug
|
||||||
@@ -29475,7 +29489,7 @@ packages:
|
|||||||
dependencies:
|
dependencies:
|
||||||
'@types/json-schema': 7.0.11
|
'@types/json-schema': 7.0.11
|
||||||
ajv: 8.11.0
|
ajv: 8.11.0
|
||||||
ajv-formats: 2.1.1
|
ajv-formats: 2.1.1_ajv@8.11.0
|
||||||
ajv-keywords: 5.1.0_ajv@8.11.0
|
ajv-keywords: 5.1.0_ajv@8.11.0
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
|||||||
@@ -2,12 +2,7 @@
|
|||||||
"$schema": "https://turborepo.org/schema.json",
|
"$schema": "https://turborepo.org/schema.json",
|
||||||
"pipeline": {
|
"pipeline": {
|
||||||
"docs#build": {
|
"docs#build": {
|
||||||
"dependsOn": [
|
"dependsOn": ["^build", "next-auth#build"]
|
||||||
"^build",
|
|
||||||
"next-auth#build",
|
|
||||||
"@auth/core#build",
|
|
||||||
"@auth/sveltekit#build"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"build": {
|
"build": {
|
||||||
"dependsOn": ["^build"]
|
"dependsOn": ["^build"]
|
||||||
|
|||||||
Reference in New Issue
Block a user