Commit Graph

7 Commits

Author SHA1 Message Date
Jonathan Barrow
01ee8a37d7
chore: update to account v2 grpc properly 2026-01-21 17:24:30 -05:00
Jonathan Barrow
597430b2dd
fix: set correct requiresTokenAuth values for NewAccount 2026-01-20 20:34:14 -05:00
Jonathan Barrow
803ccf46b5
feat: update to latest libs 2026-01-16 16:24:28 -05:00
Jonathan Barrow
8432cfd6d5
feat: update to latest NEX libs 2025-02-15 23:31:32 -05:00
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
Jonathan Barrow
d6fdde6161
chore: add guest account 2024-04-08 16:23:06 -04:00
Jonathan Barrow
4d299a3612
rewrite: Migrate to v2 libraries and small bug fixes 2024-04-08 08:53:39 -04:00