You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/examples/nextjs/README.md
+14-17Lines changed: 14 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,14 @@
1
-
> The example repository is maintained from a [monorepo](https://github.com/nextauthjs/next-auth/tree/main/apps/example-nextjs). Pull Requests should be opened against [`nextauthjs/next-auth`](https://github.com/nextauthjs/next-auth).
1
+
> The example repository is maintained from a [monorepo](https://github.com/nextauthjs/next-auth/tree/main/apps/examples/nextjs). Pull Requests should be opened against [`nextauthjs/next-auth`](https://github.com/nextauthjs/next-auth).
<h3align="center"><b>NextAuth.js</b> - Example App</h3>
7
12
<palign="center">
8
13
Open Source. Full Stack. Own Your Data.
9
14
</p>
@@ -25,20 +30,14 @@
25
30
26
31
## Overview
27
32
28
-
NextAuth.js is a complete opensource authentication solution.
33
+
NextAuth.js is a complete open-source authentication solution.
29
34
30
35
This is an example application that shows how `next-auth` is applied to a basic Next.js app.
31
36
32
37
The deployed version can be found at [`next-auth-example.vercel.app`](https://next-auth-example.vercel.app)
33
38
34
-
### About NextAuth.js
35
-
36
-
NextAuth.js is an easy to implement, full-stack (client/server) open source authentication library originally designed for [Next.js](https://nextjs.org) and [Serverless](https://vercel.com). Our goal is to [support even more frameworks](https://github.com/nextauthjs/next-auth/issues/2294) in the future.
37
-
38
39
Go to [next-auth.js.org](https://next-auth.js.org) for more information and documentation.
39
40
40
-
> _NextAuth.js is not officially associated with Vercel or Next.js._
41
-
42
41
## Getting Started
43
42
44
43
### 1. Clone the repository and install dependencies
@@ -98,15 +97,13 @@ npm run start
98
97
99
98
### 5. Preparing for Production
100
99
101
-
Follow the [Deployment documentation](https://next-auth.js.org/deployment)
100
+
Follow the [Deployment documentation](https://authjs.dev/guides/basics/deployment) or deploy the example instantly using [Vercel](https://vercel.com?utm_source=github&utm_medium=readme&utm_campaign=next-auth-example)
101
+
102
+
[](https://vercel.com/new/git/external?repository-url=https://github.com/nextauthjs/next-auth-example&project-name=next-auth-example&repository-name=next-auth-example)
Copy file name to clipboardExpand all lines: apps/examples/solid-start/README.MD
+56-8Lines changed: 56 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,57 @@
1
-
# Create JD App
1
+
> The example repository is maintained from a [monorepo](https://github.com/nextauthjs/next-auth/tree/main/apps/examples/solid-start). Pull Requests should be opened against [`nextauthjs/next-auth`](https://github.com/nextauthjs/next-auth).
2
2
3
-
This project was created using [Create JD App](https://github.com/OrJDev/create-jd-app)
This is the official SolidStart Auth example for [Auth.js](https://authjs.dev).
34
+
35
+
36
+
## Getting started
37
+
38
+
You can follow the guide below, or click the following button to deploy this example to [Vercel](https://vercel.com?utm_source=github&utm_medium=readme&utm_campaign=solid-start-auth-example).
39
+
40
+
[](https://vercel.com/new/git/external?repository-url=https://github.com/nextauthjs/solid-start-auth-example&project-name=solid-start-auth-example&repository-name=solid-start-auth-example)
> The example repository is maintained from a [monorepo](https://github.com/nextauthjs/next-auth/tree/main/apps/example-sveltekit). Pull Requests should be opened against [`nextauthjs/next-auth`](https://github.com/nextauthjs/next-auth).
1
+
> The example repository is maintained from a [monorepo](https://github.com/nextauthjs/next-auth/tree/main/apps/examples/sveltekit). Pull Requests should be opened against [`nextauthjs/next-auth`](https://github.com/nextauthjs/next-auth).
This is the official SvelteKit Auth example for [Auth.js](https://sveltekit.authjs.dev).
34
+
35
+
36
+
## Getting started
37
+
38
+
You can instantly deploy this example to [Vercel](https://vercel.com?utm_source=github&utm_medium=readme&utm_campaign=sveltekit-auth-example) by clicking the following button.
[](https://vercel.com/new/git/external?repository-url=https://github.com/nextauthjs/sveltekit-auth-example&project-name=sveltekit-auth-example&repository-name=sveltekit-auth-example)
0 commit comments