Skip to content

Commit

Permalink
docs(v2): add NextAuth.js to showcase (#3645)
Browse files Browse the repository at this point in the history
* Update users.js

* add: nextauthjs showcase image
  • Loading branch information
ndom91 authored Oct 27, 2020
1 parent 9837299 commit d9bfe84
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Binary file added website/src/data/showcase/nextauthjs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions website/src/data/users.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit d9bfe84

Please sign in to comment.