Skip to main content

v0.2.2

nauth-toolkit team

Added

  • nauth.socialRedirect on NAuthInstanceNAuth.create() now constructs and returns the SocialRedirectHandler when any social provider is enabled. Express/Fastify consumers no longer need to import from @nauth-toolkit/core/internal or manually construct the handler

Changed

  • Rewrote README files across all 20 packages — npm landing pages now include install commands, quick-start code examples, feature lists, related package links, and documentation links
  • MySQL shown as alternative — install commands and code examples in core and NestJS READMEs now show MySQL as a commented alternative alongside PostgreSQL
  • Fixed GitHub links — example app links now correctly point to the public repo (noorixorg/nauth)

Removed

  • Removed internal API leak — deleted test.service.ts from sample NestJS app that imported from @nauth-toolkit/core/internal