cd9060c97e4014ed08e77d0310135017d0c703db
ToDo
- infinite scroll
- authentication with Google
- 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
Description
Languages
JavaScript
74.7%
TypeScript
24.3%
Shell
0.9%