Muncoordinated-2 icon indicating copy to clipboard operation
Muncoordinated-2 copied to clipboard

Country Cookies

Open JulianWww opened this issue 2 years ago β€’ 1 comments

The Idea In this fork there is a system for delegates to login as a nation and then automatically fill in the nation part of any entry.

If this is something that this project would benefit from, I would port it.

JulianWww avatar Nov 18 '22 09:11 JulianWww

Okay, so generally country cookies is not the approach I want to take with this one.

Firebase encodes the notion of anonymous authentication: https://firebase.google.com/docs/auth/web/anonymous-auth. Authenticating anonymously gives the user a uid that can uniquely identify users.

I haven't quite worked out the data schema yet but it will use this mechanism. I will update this issue when I have a better idea of how it should work.

MaxwellBo avatar Nov 22 '22 02:11 MaxwellBo