mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 09:43:10 +00: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
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…
Reference in New Issue