friends/globals
Daniel López Guimaraes 120776e197
fix: Better initialization of NEX server accounts
Initializing the server accounts in their own thread (e.g. the
authentication and secure servers) can cause a race condition where the
secure account hasn't been set up yet when authentication configures
`ticket-granting`, causing sometimes crashes on startup.

This has happened on production causing unnecesary restarts. To fix
this, initialize the accounts on the `init` function to ensure they will
always be accessible when needed.
2024-10-29 23:01:59 +00:00
..
account_details_by_pid.go fix: Better initialization of NEX server accounts 2024-10-29 23:01:59 +00:00
account_details_by_username.go chore: add guest account 2024-04-08 16:23:06 -04:00
get_user_data.go Add missing error handling 2023-08-13 23:19:34 +01:00
globals.go fix: Better initialization of NEX server accounts 2024-10-29 23:01:59 +00:00