docs(v2): add NextAuth.js to showcase (#3645)

* Update users.js

* add: nextauthjs showcase image
This commit is contained in:
Nico Domino 2020-10-27 15:43:22 +01:00 committed by GitHub
parent 9837299d97
commit d9bfe84cd1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 132 KiB

View file

@ -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',