2024-01-05 09:13:08 +01:00
2024-01-08 15:24:26 +01:00
2024-01-08 15:17:18 +01:00
2023-12-27 15:45:49 +01:00
2024-01-06 10:50:27 +01:00
2023-12-27 15:45:49 +01:00
2023-12-27 15:45:49 +01:00
2024-01-06 10:50:27 +01:00
2024-01-05 14:26:09 +01:00
2023-12-27 15:45:49 +01:00
2023-12-27 15:45:49 +01:00
2024-01-08 15:24:26 +01:00
2023-12-27 15:45:49 +01:00

ToDo

Authentication

Authentication consists of the following parts:

  • next-auth boilerplate
    • middleware.ts = hooks-up next-auth into the page processing pipeline - user session is checked before any page is rendered
    • auth.ts = defines how the authentication is done, and how session is checked (used by middleware)
    • /app/api/[...nextauth]/route.ts = defines route which shows an authentication form
Description
No description provided
Readme 9.4 MiB
Languages
JavaScript 74.7%
TypeScript 24.3%
Shell 0.9%