jordi fita mas
c84f3f9e80
I want this so that the Go application does not need to know the exact details of the settings that the database sets when applying the cookie; it just needs to select from the user_profile that already knows this. Also, that way i can get the user’s language from its profile with a single select, without having to check whether we are guest or authenticated. With that, i can skip the content negotiation if the user already told us what language they want. |
||
---|---|---|
.. | ||
db.go | ||
locale.go | ||
logger.go | ||
login.go | ||
profile.go | ||
recover.go | ||
router.go | ||
template.go |