mirror of
https://github.com/SrIzan10/next-auth.git
synced 2026-05-01 10:55:20 +00:00
25 lines
1.1 KiB
Markdown
25 lines
1.1 KiB
Markdown
<p align="center">
|
|
<br/>
|
|
<a href="https://authjs.dev" target="_blank"><img width="150px" src="https://authjs.dev/img/logo/logo-sm.png" /></a>
|
|
<h3 align="center">Auth.js core library</a></h3>
|
|
<h4 align="center">Authentication for the Web.</h4>
|
|
<p align="center" style="align: center;">
|
|
<a href="https://npm.im/next-auth">
|
|
<img src="https://img.shields.io/badge/TypeScript-blue?style=flat-square" alt="TypeScript" />
|
|
</a>
|
|
<a href="https://npm.im/@auth/core">
|
|
<img alt="npm" src="https://img.shields.io/npm/v/@auth/core?color=green&label=@auth/core&style=flat-square">
|
|
</a>
|
|
<a href="https://www.npmtrends.com/@auth/core">
|
|
<img src="https://img.shields.io/npm/dm/@auth/core?label=%20downloads&style=flat-square" 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" alt="Github Stars" />
|
|
</a>
|
|
</p>
|
|
</p>
|
|
|
|
---
|
|
|
|
Check out the documentation at [authjs.dev](https://authjs.dev/reference/core/modules/main).
|