Authentication for Next.js Apps


Summary of my bookmarked Github repositories from Sep 10th, 2020

Github repositories

  • nextauthjs/next-auth

    NextAuth.js is an open-source authentication solution designed for Next.js applications. It offers flexibility and ease of use, supporting OAuth 1.0, 1.0A, and 2.0, as well as popular sign-in services. The framework allows for email/passwordless authentication and works with various backends, including databases and serverless environments. NextAuth.js promotes secure practices, utilizing passwordless sign-in mechanisms, CSRF tokens, and encrypted JSON Web Tokens. It provides advanced options for customizing authentication routines, token handling, and session properties. The framework comes with TypeScript support and encourages community contributions.