No description
Find a file
2024-05-19 18:11:41 +02:00
prisma Add PrismaORM 2024-05-19 18:08:47 +02:00
public Init NextJS 2024-05-18 21:27:18 +02:00
src/app Add PrismaORM 2024-05-19 18:08:47 +02:00
.envrc Init NextJS 2024-05-18 21:27:18 +02:00
.eslintrc.json Init NextJS 2024-05-18 21:27:18 +02:00
.gitignore Add PrismaORM 2024-05-19 18:08:47 +02:00
auth.ts Change access_token type to undefined instead of null 2024-05-19 18:11:41 +02:00
flake.lock Init NextJS 2024-05-18 21:27:18 +02:00
flake.nix Add PrismaORM 2024-05-19 18:08:47 +02:00
middleware.ts Init AuthJS 2024-05-19 00:00:55 +02:00
next.config.mjs Init NextJS 2024-05-18 21:27:18 +02:00
package.json Add PrismaORM 2024-05-19 18:08:47 +02:00
pnpm-lock.yaml Add PrismaORM 2024-05-19 18:08:47 +02:00
postcss.config.mjs Init NextJS 2024-05-18 21:27:18 +02:00
README.md Enable generation of refresh token 2024-05-19 13:04:01 +02:00
tailwind.config.ts Init NextJS 2024-05-18 21:27:18 +02:00
tsconfig.json Init AuthJS 2024-05-19 00:00:55 +02:00

Getting Started

To enable generation of refresh tokens, enable OAuth Mapping 'offline_access' in your OAuth2 Provider. This can be found under "Advanced protocol settings".