Authentication for the Web. Open Source. Full Stack. Own Your Data. For any JS framework/runtime.

You haven't heard from us for a while, so here is a summary of what we've been working on: 🔒 Tests 🧪 in both core and adapters for increased confidence in our releases 🔒 Docs improvements 📚 🔒 Triaging issues 🔒 Getting things ready for v4, with some nice improvements... 🤫
1
8
If you have an adapter that you don't want to submit to the official org (it has a lot of benefits though, eg.: we take care of releases/testing for you, so consider it 😉), check the basic tests github.com/nextauthjs/adapte… If your adapter passes these, you should be good to go!
1
1
Currently tracking a minor issue of the demo site: github.com/nextauthjs/next-a… Hopefully it gets resolved soon. In the meantime, what do you miss from our docs? Drop a DM, contact any of the maintainers, or open a GitHub issue, so we can make it better!
Authentication can be tricky. @fede_minaya built an auth-adapter for #nextjs that makes it less so: - Store users in your dataset - Retrieve user info - Serverless authentication - Uses Argon2 for password hashing sanity.io/plugins/next-auth-…
1
1
Good news! 🎉 After adding TS to next-auth, we bring you better interfaces for custom adapters! It literally needs a single interface! (Expandable with generics, check the source: github.com/nextauthjs/next-a… Bring your type-safe adapters to github.com/nextauthjs/next-a…
1
1
8
Don't fancy TypeScript but you still want autocomplete? JSDoc is to the rescue! Have the same effect as above, but without compilation!
5
Some updates on our efforts to split out the adapters and organize them into a more community driven project 🧵: - An official @dynamodb Adapter! Check out at npm: "@​next-auth/dynamodb-adapter" - @kripod97, @ndom91 and @balazsorban44 have cleaned up the repo significantly ...
1
1
5
- @_lluia and @balazsorban44 working on improved TS support for adapters, that will make it super easy to add new ones (also for non-TS users, with the 🧙 of JSDoc) by the community - An official @Firebase 🔥 adapter is on the way...! Check out the repo: github.com/nextauthjs/adapte…
2
4
Need your opinion/help/feedback! Trying to make provider configuration more versatile (ie. easier for simple cases, but also give full power for advanced cases): github.com/nextauthjs/next-a… Please retweet for reach, if you use @nextauthjs!
1
1
Big news folks! As of 3.15.0, you won't need @​types/next-auth anymore! We bundle @typescript types with the library! 🎉 The types have been overhauled and simplified as much as we could. Big thanks to @_lluia and @balazsorban44 for leading this!
3
2
28
Replying to @authjs
@nextauthjs folks! @_lluia & I've been working on something... First-class @typescript support is coming! Keep an eye 👀on github.com/nextauthjs/next-a… ⚠️ Apart from the obvious (TS will stop complaining), this opens the door for high-quality DX and improved docs 📚! Interested?
1
1
6
Auth.js retweeted
working with NextAuth.js is a breeeeeze got google logins in 5 min (4 min of that was mucking around google cloud console for credentials) next-auth.js.org/
11
38
356
👀
Replying to @typescript
@typescript Module Augmentation is very cool! 🤯🤓 Sneak peek of better TS support in @nextauthjs next-auth-git-feat-module-au… I think it will be awesome! 👀 Even if you don't use TS in your projects, the added links to documentation and example snippets will probably be useful!
1
🎉 npm i next-auth@3.14.0-beta.1 This version will also expose the types without the need for @types/next-auth! Please test it out, and give us your feedback! Report issues on GitHub. Awesome session today by @_lluia and @balazsorban44!
🥳 Types are coming into the next-auth core! So you won't be needing to install "@​types/next-auth" separately anymore! This is thanks to the commitment of the current type maintainer @_lluia who is already doing a great job! We ask for your patience and contribution are welcome!
10
🥳 Types are coming into the next-auth core! So you won't be needing to install "@​types/next-auth" separately anymore! This is thanks to the commitment of the current type maintainer @_lluia who is already doing a great job! We ask for your patience and contribution are welcome!
1
1
27
the techstack of @snappify_io is pretty darn simple NextJS hosted on @vercel @chakra_ui for the UI @nextauthjs with JWT that’s it. no database. no backend logic. but still we’re able to look at the usage thanks to @splitbee very happy how the MVP worked out 🥳
6
4
37
Today, I published the first blog post in this series on my blog. In this blog post, I explain how I have set up @fauna together with @nextauthjs in the application. I also talk about how I modeled the data (collections and relationships). blog.bhanuteja.dev/how-i-bui…
1
3
13
Part 2 of my blog series on @nextauthjs is out! 🎸 Magic Link Email Authentication in Next.js with next-auth and PostgreSQL blog.echobind.com/magic-link… #nextjs #authentication
2
2
4