Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 850 Bytes

README.md

File metadata and controls

47 lines (32 loc) · 850 Bytes

A robust implementation of Single Sign On (SSO) Authentication

Built using Drizzle, Neon DB, Nitro and Nuxt

Features

  • Using Access and Refresh Token Strategy
  • Single Sign On using MicroSoft Provider
  • Drizzle ORM & Neon DB
  • Embed Drizzle Studio in the Nuxt DevTools

Setup

Make sure to install the dependencies:

# pnpm
pnpm install

Development Server

Start the development server on http://localhost:3000:

# pnpm
pnpm run dev

Production

Build the application for production:

# pnpm
pnpm run build

Locally preview production build:

# pnpm
pnpm run preview

License

MIT License