/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.

Primary LanguageTypeScriptMIT LicenseMIT

@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.

docker compose up -d
pnpm db:migrate
pnpm db:seed
overmind start # or use foreman