mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-03 00:39:45 +02:00
docs(v2): add NextAuth.js to showcase (#3645)
* Update users.js * add: nextauthjs showcase image
This commit is contained in:
parent
9837299d97
commit
d9bfe84cd1
2 changed files with 9 additions and 0 deletions
BIN
website/src/data/showcase/nextauthjs.png
Normal file
BIN
website/src/data/showcase/nextauthjs.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 132 KiB |
|
@ -173,6 +173,15 @@ const users = [
|
|||
fbOpenSource: false,
|
||||
pinned: false,
|
||||
},
|
||||
{
|
||||
title: 'NextAuth.js',
|
||||
description: 'An open source serverless authentication library for next.js',
|
||||
preview: require('./showcase/nextauthjs.png'),
|
||||
website: 'https://next-auth.js.org/',
|
||||
source: 'https://github.com/nextauthjs/next-auth',
|
||||
fbOpenSource: false,
|
||||
pinned: false,
|
||||
},
|
||||
{
|
||||
title: 'Oxidizer',
|
||||
description: 'A Rust ORM based on tokio-postgres and refinery',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue