Compare commits
2 commits
aa06655c6a
...
1cb1ec9640
Author | SHA1 | Date | |
---|---|---|---|
1cb1ec9640 | |||
9b8fca76d0 |
2 changed files with 8 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -44,3 +44,4 @@ next-env.d.ts
|
||||||
|
|
||||||
# prisma
|
# prisma
|
||||||
schnabu-web.db
|
schnabu-web.db
|
||||||
|
*-journal
|
||||||
|
|
|
@ -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