9314d78c9c990426ee684b8fef5f52bf7f30041a
ToDo
- infinite scroll
- multi-user support
- bill amount entry
- monthly bill amount summery
- build & deploy via docker
Authentication
Authentication consists of the following parts:
next-authboilerplatemiddleware.ts= hooks-upnext-authinto the page processing pipeline - user session is checked before any page is renderedauth.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
Source:
Description
Languages
JavaScript
74.7%
TypeScript
24.3%
Shell
0.9%