From 1cb1ec964092fb3d606b2278684fab9f6358e53c Mon Sep 17 00:00:00 2001 From: GHOSCHT <31184695+GHOSCHT@users.noreply.github.com> Date: Sun, 19 May 2024 22:07:15 +0200 Subject: [PATCH] Add basic documentation --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 531f310..d43042c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ # Getting Started +## Identity Provider Setup To enable generation of refresh tokens, enable OAuth Mapping 'offline_access' in your OAuth2 Provider. This can be found under "Advanced protocol settings". + +## Running Project + +1. `pnpm install` +2. `prisma migrate dev --schema prisma/schema-sqlite.prisma` +3. `pnpm dev`