Henri Cookblog.henricook.com·Nov 12, 2023How I got the access_token from the provider into my Session on Next Auth V5 in a Next.js app with Typescript and appDirNext Auth (now known as Auth.js) is a bit of a hot mess. It absolutely takes away lots of work for you if you're using multiple authentication providers (e.g. login with Facebook, Google, Apple etc.) but makes it very hard to get access to those Prov...Discussnextauth.js
Travis Horntravishorn.com·Jul 5, 2023Introducing the Knex Adapter for Auth.jsI am excited to share with you my latest open-source project, an unofficial adapter for Auth.js/NextAuth.js that allows seamless connectivity to any database service using Knex.js. In this article, I delve into the necessary steps before installation...Discuss·1 like·362 readsOpen Source