Go to file
jordi fita mas 5eeaab2013 Use user’ß email for auth funcs and return cookie on email change
This is for security, just in case two users have the same cookie,
althought it is unlikely, but nevertheless less guessable.

I also need to refresh the cookie when the user changes their email
address, because it is liked toghether.  It does mean that it will
logout from everywhere else, but i can not do anything about that.
2023-01-23 21:18:55 +01:00
cmd/numerus Implement login cookie, its verification, and logout 2023-01-17 20:58:13 +01:00
debian Add a deployment test while building the Debian package 2023-01-22 04:32:03 +01:00
demo Add the SQL for the demo 2023-01-17 22:30:01 +01:00
deploy Use user’ß email for auth funcs and return cookie on email change 2023-01-23 21:18:55 +01:00
pkg Use user’ß email for auth funcs and return cookie on email change 2023-01-23 21:18:55 +01:00
po Implement profile menu with <details> 2023-01-23 18:52:18 +01:00
revert Use user’ß email for auth funcs and return cookie on email change 2023-01-23 21:18:55 +01:00
test Use user’ß email for auth funcs and return cookie on email change 2023-01-23 21:18:55 +01:00
verify Use user’ß email for auth funcs and return cookie on email change 2023-01-23 21:18:55 +01:00
web Complete the style of the profile dialog 2023-01-23 19:35:49 +01:00
.gitignore Add Catalan and Spanish translation with gotext[3] 2023-01-18 20:26:30 +01:00
COPYING Rename LICENSE to COPYING 2023-01-15 04:08:35 +01:00
Makefile Use “layouts” for the common HTML between pages 2023-01-22 21:41:50 +01:00
go.mod Add Catalan and Spanish translation with gotext[3] 2023-01-18 20:26:30 +01:00
go.sum Add Catalan and Spanish translation with gotext[3] 2023-01-18 20:26:30 +01:00
sqitch.conf Setup authentication schema and user relation 2023-01-13 20:30:21 +01:00
sqitch.plan Use user’ß email for auth funcs and return cookie on email change 2023-01-23 21:18:55 +01:00