Skip to content

Releases: jmagan/cardano-nextjs-web3-skeleton

v1.1.0

01 Mar 15:44
Compare
Choose a tag to compare

Cardano Next JS Authentication

First release.

Features

  • Cardano CIP-0008 signing spec for the login and registration process.
  • Multiple environment ready (development, production)
  • NextAuth standard implementation.
  • Encripted JWT token.
  • Server Side Rendering components.
  • User roles.
  • Pagination ready.
  • User profile.
  • Users list for admin area.
  • API collection example for Postman.
  • Testing for API endpoints.
  • NPM script for keeping good source code formatting using ESLint.
  • Mailer example with Nodemailer and Mailgun.
  • HTTPOnly jwt token cookie.