jasonraimondi / ts-oauth2-server-example

This is an example implementation of the @jmondi/oauth2-server project using a NestJS/Express server and a Sveltekit client. This is supposed to be a more real example of how to implement the package in a production application.
https://github.com/jasonraimondi/ts-oauth2-server
MIT License
9 stars 2 forks source link

@jmondi/oauth2-server-example

This is an example implementation of the @jmondi/oauth2-server project using a NestJS/Express server and a Sveltekit client. This is closer to a real-world example of how to implement the package in a production application.

Getting Started

You can use Foreman or Overmind to manage these processes. Both tools allow running multiple applications specified in a Procfile simultaneously.

cp -n .env.example .env
pnpm install
pnpm install --prefix web

docker compose up -d
pnpm db:migrate
pnpm db:seed

overmind start # or use foreman