numerus/pkg
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
..
db.go Prefix with “Must” all functions that panic 2023-01-22 20:37:43 +01:00
locale.go Allow guest access to user_profile with an empty profile 2023-01-23 01:18:47 +01:00
logger.go Move source file to the root of pkg 2023-01-17 10:40:22 +01:00
login.go Use user’ß email for auth funcs and return cookie on email change 2023-01-23 21:18:55 +01:00
profile.go Use user’ß email for auth funcs and return cookie on email change 2023-01-23 21:18:55 +01:00
recover.go Gofmt recover.go 2023-01-22 20:37:34 +01:00
router.go Use “layouts” for the common HTML between pages 2023-01-22 21:41:50 +01:00
template.go Use “layouts” for the common HTML between pages 2023-01-22 21:41:50 +01:00