|
5 | 5 | <p align="center">Authentication for the Web.</p>
|
6 | 6 | <p align="center">Open Source. Full Stack. Own Your Data.</p>
|
7 | 7 | <p align="center" style="align: center;">
|
8 |
| - <a href="https://npm.im/@auth/core"> |
9 |
| - <img src="https://img.shields.io/badge/TypeScript-blue?style=flat-square" alt="TypeScript" /> |
10 |
| - </a> |
11 |
| - <a href="https://www.npmtrends.com/next-auth"> |
12 |
| - <img src="https://img.shields.io/npm/dm/next-auth?style=flat-square" alt="Downloads" /> |
13 |
| - </a> |
14 |
| - <a href="https://github.com/nextauthjs/next-auth/stargazers"> |
15 |
| - <img src="https://img.shields.io/github/stars/nextauthjs/next-auth?style=flat-square" alt="GitHub Stars" /> |
16 |
| - </a> |
17 |
| - <a href="https://www.npmjs.com/package/next-auth"> |
18 |
| - <img src="https://img.shields.io/github/v/release/nextauthjs/next-auth?label=latest&style=flat-square" alt="GitHub Stable Release" /> |
19 |
| - </a> |
20 |
| - <a href="https://codecov.io/gh/nextauthjs/next-auth" > |
21 |
| - <img alt="Codecov" src="https://img.shields.io/codecov/c/github/nextauthjs/next-auth?token=o2KN5GrPsY&style=flat-square&logo=codecov"> |
22 |
| - </a> |
| 8 | + <a href="https://github.com/nextauthjs/next-auth/releases"><img src="https://img.shields.io/github/v/release/nextauthjs/next-auth?style=flat-square&label=latest%20release&color=purple" alt="GitHub Stable Release" /></a> |
| 9 | + <!-- TODO: Should count `@auth/core` when NextAuth.js v5 is released as stable. --> |
| 10 | + <a href="https://www.npmtrends.com/next-auth"><img src="https://img.shields.io/npm/dm/next-auth?style=flat-square&color=cyan" alt="Downloads" /></a> |
| 11 | + <a href="https://github.com/nextauthjs/next-auth/stargazers"><img src="https://img.shields.io/github/stars/nextauthjs/next-auth?style=flat-square&color=orange" alt="Github Stars" /></a> |
| 12 | + <a href="https://codecov.io/gh/nextauthjs/next-auth" ><img alt="Codecov" src="https://img.shields.io/codecov/c/github/nextauthjs/next-auth?token=o2KN5GrPsY&style=flat-square&logo=codecov"></a> |
| 13 | + <img src="https://shields.io/badge/TypeScript-3178C6?logo=TypeScript&logoColor=fff&style=flat-square" alt="TypeScript" /> |
23 | 14 | </p>
|
24 | 15 | <p align="center">
|
25 | 16 | Auth.js is a set of open-source packages that are built on standard Web APIs for authentication in modern applications with any framework on any platform in any JS runtime.
|
|
43 | 34 | - Designed to work with any OAuth service, it supports 2.0+, OIDC
|
44 | 35 | - Built-in support for [many popular sign-in services](https://github.com/nextauthjs/next-auth/tree/main/packages/core/src/providers)
|
45 | 36 | - Email/Passwordless authentication
|
| 37 | +- Passkeys/WebAuthn support |
46 | 38 | - Bring Your Database - or none! - stateless authentication with any backend (Active Directory, LDAP, etc.)
|
47 |
| -- Runtime-agnostic, runs anywhere! (Vercel Edge Functions, Node.js, Serverless, etc.) |
| 39 | +- Runtime-agnostic, runs anywhere! (Docker, Node.js, Serverless, etc.) |
48 | 40 |
|
49 | 41 | ### Own your data
|
50 | 42 |
|
51 | 43 | Auth.js can be used with or without a database.
|
52 | 44 |
|
53 | 45 | - An open-source solution that allows you to keep control of your data
|
54 |
| -- Built-in support for [MySQL, MariaDB, Postgres, Microsoft SQL Server, MongoDB, SQLite, etc.](https://adapters.authjs.dev) |
| 46 | +- Built-in support for [MySQL, MariaDB, Postgres, Microsoft SQL Server, MongoDB, SQLite, GraphQL, etc.](https://adapters.authjs.dev) |
55 | 47 | - Works great with databases from popular hosting providers
|
56 | 48 |
|
57 | 49 | ### Secure by default
|
@@ -95,97 +87,97 @@ We have an [OpenCollective](https://opencollective.com/nextauth) for companies a
|
95 | 87 | <tr>
|
96 | 88 | <td align="center" valign="top">
|
97 | 89 | <a href="https://clerk.com?utm_source=sponsorship&utm_medium=github&utm_campaign=authjs&utm_content=sponsor" target="_blank">
|
98 |
| - <img width="108" src="https://avatars.githubusercontent.com/u/49538330?s=200&v=4" alt="Clerk Logo" /> |
| 90 | + <img height="96" src="https://avatars.githubusercontent.com/u/49538330?s=200&v=4" alt="Clerk Logo" /> |
99 | 91 | </a><br />
|
100 | 92 | <div>Clerk</div>
|
101 | 93 | <sub>💵</sub>
|
102 | 94 | </td>
|
103 | 95 | <td align="center" valign="top">
|
104 | 96 | <a href="https://fusionauth.io" target="_blank">
|
105 |
| - <img width="108" src="https://avatars.githubusercontent.com/u/41974756?s=200&v=4" alt="FusionAuth Logo" /> |
| 97 | + <img height="96" src="https://avatars.githubusercontent.com/u/41974756?s=200&v=4" alt="FusionAuth Logo" /> |
106 | 98 | </a><br />
|
107 | 99 | <div>FusionAuth</div>
|
108 | 100 | <sub>💵</sub>
|
109 | 101 | </td>
|
110 | 102 | <td align="center" valign="top">
|
111 | 103 | <a href="https://www.beyondidentity.com" target="_blank">
|
112 |
| - <img width="108" src="https://avatars.githubusercontent.com/u/69811361?s=200&v=4" alt="Beyond Identity Logo" /> |
| 104 | + <img height="96" src="https://avatars.githubusercontent.com/u/69811361?s=200&v=4" alt="Beyond Identity Logo" /> |
113 | 105 | </a><br />
|
114 | 106 | <div>Beyond Identity</div>
|
115 | 107 | <sub>💵</sub>
|
116 | 108 | </td>
|
117 | 109 | <td align="center" valign="top">
|
118 | 110 | <a href="https://stytch.com" target="_blank">
|
119 |
| - <img width="108" src="https://avatars.githubusercontent.com/u/69983493?s=200&v=4" alt="Stytch Logo" /> |
| 111 | + <img height="96" src="https://avatars.githubusercontent.com/u/69983493?s=200&v=4" alt="Stytch Logo" /> |
120 | 112 | </a><br />
|
121 | 113 | <div>Stytch</div>
|
122 | 114 | <sub>💵</sub>
|
123 | 115 | </td>
|
124 | 116 | <td align="center" valign="top">
|
125 | 117 | <a href="https://prisma.io" target="_blank">
|
126 |
| - <img width="108" src="https://avatars.githubusercontent.com/u/17219288?s=200&v=4" alt="Prisma Logo" /> |
| 118 | + <img height="96" src="https://avatars.githubusercontent.com/u/17219288?s=200&v=4" alt="Prisma Logo" /> |
127 | 119 | </a><br />
|
128 | 120 | <div>Prisma</div>
|
129 | 121 | <sub>💵</sub>
|
130 | 122 | </td>
|
131 | 123 | <td align="center" valign="top">
|
132 | 124 | <a href="https://lowdefy.com" target="_blank">
|
133 |
| - <img width="108" src="https://avatars.githubusercontent.com/u/47087496?s=200&v=4" alt="Lowdefy Logo" /> |
| 125 | + <img height="96" src="https://avatars.githubusercontent.com/u/47087496?s=200&v=4" alt="Lowdefy Logo" /> |
134 | 126 | </a><br />
|
135 | 127 | <div>Lowdefy</div>
|
136 | 128 | <sub>💵</sub>
|
137 | 129 | </td>
|
138 |
| - <td align="center" valign="top"> |
139 |
| - <a href="https://vercel.com" target="_blank"> |
140 |
| - <img width="108" src="https://avatars.githubusercontent.com/u/14985020?s=200&v=4" alt="Vercel Logo" /> |
141 |
| - </a><br /> |
142 |
| - <div>Vercel</div> |
143 |
| - <sub>💵☁️</sub> |
144 |
| - </td> |
145 |
| - </tr> |
146 |
| - <tr> |
147 | 130 | <td align="center" valign="top">
|
148 | 131 | <a href="https://www.descope.com" target="_blank">
|
149 |
| - <img width="108" src="https://avatars.githubusercontent.com/u/97479186?s=200&v=4" alt="Descope Logo" /> |
| 132 | + <img height="96" src="https://avatars.githubusercontent.com/u/97479186?s=200&v=4" alt="Descope Logo" /> |
150 | 133 | </a><br />
|
151 | 134 | <div>Descope</div>
|
152 | 135 | <sub>💵</sub>
|
153 | 136 | </td>
|
| 137 | + </tr> |
| 138 | + <tr> |
154 | 139 | <td align="center" valign="top">
|
155 | 140 | <a href="https://badass.dev" target="_blank">
|
156 |
| - <img width="108" src="https://avatars.githubusercontent.com/u/136839242?v=4" alt="Badass Courses Logo" /> |
| 141 | + <img height="96" src="https://avatars.githubusercontent.com/u/136839242?v=4" alt="Badass Courses Logo" /> |
157 | 142 | </a><br />
|
158 | 143 | <div>Badass Courses</div>
|
159 | 144 | <sub>💵</sub>
|
160 | 145 | </td>
|
161 | 146 | <td align="center" valign="top">
|
162 | 147 | <a href="https://github.com/encoredev/encore" target="_blank">
|
163 |
| - <img width="108" src="https://avatars.githubusercontent.com/u/50438175?v=4" alt="Encore Logo" /> |
| 148 | + <img height="96" src="https://avatars.githubusercontent.com/u/50438175?v=4" alt="Encore Logo" /> |
164 | 149 | </a><br />
|
165 | 150 | <div>Encore</div>
|
166 | 151 | <sub>💵</sub>
|
167 | 152 | </td>
|
168 | 153 | <td align="center" valign="top">
|
169 | 154 | <a href="https://checklyhq.com" target="_blank">
|
170 |
| - <img width="108" src="https://avatars.githubusercontent.com/u/25982255?s=200&v=4" alt="Checkly Logo" /> |
| 155 | + <img height="96" src="https://avatars.githubusercontent.com/u/25982255?s=200&v=4" alt="Checkly Logo" /> |
171 | 156 | </a><br />
|
172 | 157 | <div>Checkly</div>
|
173 | 158 | <sub>☁️</sub>
|
174 | 159 | </td>
|
175 | 160 | <td align="center" valign="top">
|
176 | 161 | <a href="https://superblog.ai/" target="_blank">
|
177 |
| - <img width="108" src="https://d33wubrfki0l68.cloudfront.net/cdc4a3833bd878933fcc131655878dbf226ac1c5/10cd6/images/logo_bolt_small.png" alt="superblog Logo" /> |
| 162 | + <img height="96" src="https://d33wubrfki0l68.cloudfront.net/cdc4a3833bd878933fcc131655878dbf226ac1c5/10cd6/images/logo_bolt_small.png" alt="superblog Logo" /> |
178 | 163 | </a><br />
|
179 | 164 | <div>superblog</div>
|
180 | 165 | <sub>☁️</sub>
|
181 | 166 | </td>
|
182 | 167 | <td align="center" valign="top">
|
183 | 168 | <a href="https://www.netlight.com/" target="_blank">
|
184 |
| - <img width="108" src="https://avatars.githubusercontent.com/u/1672348?s=200&v=4" alt="Netlight logo" /> |
| 169 | + <img height="96" src="https://avatars.githubusercontent.com/u/1672348?s=200&v=4" alt="Netlight logo" /> |
185 | 170 | </a><br />
|
186 | 171 | <div>Netlight</div>
|
187 | 172 | <sub>☁️</sub>
|
188 | 173 | </td>
|
| 174 | + <td align="center" valign="top"> |
| 175 | + <a href="https://vercel.com" target="_blank"> |
| 176 | + <img height="96" src="https://avatars.githubusercontent.com/u/14985020?s=200&v=4" alt="Vercel Logo" /> |
| 177 | + </a><br /> |
| 178 | + <div>Vercel</div> |
| 179 | + <sub>☁️</sub> |
| 180 | + </td> |
189 | 181 | </tr>
|
190 | 182 | </tbody>
|
191 | 183 | </table>
|
|
0 commit comments