Compare commits
No commits in common. "1cb1ec964092fb3d606b2278684fab9f6358e53c" and "aa06655c6a36fb8911786a8558aa90621cb8088a" have entirely different histories.
1cb1ec9640
...
aa06655c6a
2 changed files with 0 additions and 8 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -44,4 +44,3 @@ next-env.d.ts
|
||||||
|
|
||||||
# prisma
|
# prisma
|
||||||
schnabu-web.db
|
schnabu-web.db
|
||||||
*-journal
|
|
||||||
|
|
|
@ -1,10 +1,3 @@
|
||||||
# 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