multi-user support
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
# ToDo
|
||||
* infinite scroll
|
||||
* https://stackoverflow.com/questions/67624601/how-to-implement-infinite-scroll-in-next-js
|
||||
* multi-user support
|
||||
* bill amount entry
|
||||
* monthly bill amount summery
|
||||
* build & deploy via docker
|
||||
@@ -16,4 +15,9 @@ Authentication consists of the following parts:
|
||||
|
||||
Source:
|
||||
* [How to Implement Google Authentication in a Next.js App Using NextAuth](https://www.telerik.com/blogs/how-to-implement-google-authentication-nextjs-app-using-nextauth)
|
||||
* [Next Js 14 Authentication on Edge Runtime](https://www.youtube.com/watch?v=rEopVx0FKGI)
|
||||
* [Next Js 14 Authentication on Edge Runtime](https://www.youtube.com/watch?v=rEopVx0FKGI)
|
||||
|
||||
# Multi-User Support
|
||||
Each location record is marked with a user ID.
|
||||
|
||||
All the actions user `withUser` to fetch user ID, which is then used in all the DB operations.
|
||||
Reference in New Issue
Block a user