diff --git a/website/src/data/showcase/nextauthjs.png b/website/src/data/showcase/nextauthjs.png new file mode 100644 index 0000000000..bad8c55555 Binary files /dev/null and b/website/src/data/showcase/nextauthjs.png differ diff --git a/website/src/data/users.js b/website/src/data/users.js index 7073ff1555..3ed270d26b 100644 --- a/website/src/data/users.js +++ b/website/src/data/users.js @@ -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',