Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@jmagan jmagan released this 01 Mar 15:44
· 1 commit to main since this release

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.