A collection of framework specific Auth utilities for working with Nhost.
- Examples
- Packages
@suplere/nhost-auth-helpers-nextjs
: the Nhost auth helper nextjs library used bynextjs
applicationconfig
:eslint
configurations (includeseslint-config-next
andeslint-config-prettier
)tsconfig
:tsconfig.json
s used throughout the monorepo
Each package/app is 100% TypeScript.
This turborepo has some additional tools already setup for you:
- TypeScript for static type checking
- ESLint for code linting
- Prettier for code formatting
Read the development.md guide for more information on local setup, testing, and preparing a release.
Using a @suplere/nhost-auth-helpers-[framework-name]
naming convention for packages
Thanks for inspiration of this package from Supabase auth-helpers