Add basic documentation
This commit is contained in:
parent
9b8fca76d0
commit
1cb1ec9640
1 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
||||||
# Getting Started
|
# 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".
|
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`
|
||||||
|
|
Loading…
Reference in a new issue