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. |
||
---|---|---|
.. | ||
check_cookie.sql | ||
current_app_user.sql | ||
email.sql | ||
encrypt_password.sql | ||
ensure_role_exists.sql | ||
extensions.sql | ||
language.sql | ||
login.sql | ||
login_attempt.sql | ||
logout.sql | ||
roles.sql | ||
schemas.sql | ||
set_cookie.sql | ||
user.sql | ||
user_profile.sql |