19 lines
1.1 KiB
Markdown
19 lines
1.1 KiB
Markdown
<p align="center">
|
|
<a href="https://nextjs.org" target="_blank"><img height="96px" src="https://authjs.dev/img/etc/nextjs.svg" /></a>
|
|
<a href="https://nextjs.authjs.dev" target="_blank"><img height="96px" src="https://authjs.dev/img/logo-sm.png" /></a>
|
|
<h1 align="center">NextAuth.js</h1>
|
|
</p>
|
|
<p align="center">
|
|
Authentication for Next.js.
|
|
</p>
|
|
<p align="center">
|
|
<a href="https://www.npmjs.com/package/next-auth"><img src="https://img.shields.io/npm/v/next-auth/beta?style=flat-square&label=latest&color=purple" alt="npm beta release" /></a>
|
|
<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>
|
|
<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>
|
|
<img src="https://shields.io/badge/TypeScript-3178C6?logo=TypeScript&logoColor=fff&style=flat-square" alt="TypeScript" />
|
|
</p>
|
|
|
|
---
|
|
|
|
Check out the documentation at [nextjs.authjs.dev](https://nextjs.authjs.dev).
|