No description
Find a file
2024-05-19 13:04:01 +02:00
public Init NextJS 2024-05-18 21:27:18 +02:00
src/app Init AuthJS 2024-05-19 00:00:55 +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 Init NextJS 2024-05-18 21:27:18 +02:00
auth.ts Enable generation of refresh token 2024-05-19 13:04:01 +02:00
flake.lock Init NextJS 2024-05-18 21:27:18 +02:00
flake.nix Init NextJS 2024-05-18 21:27:18 +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 Init AuthJS 2024-05-19 00:00:55 +02:00
pnpm-lock.yaml Init AuthJS 2024-05-19 00:00:55 +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".