Age | Commit message (Expand) | Author |
---|---|---|
2024-08-28 | Fix premature session expiration•••With the change to JWTs the time-to-live for each token is severely curtailed to help with security in case of a token theft. We, therefore, can no longer rely on the TTL for session expiration, rather, we will rely of the token-refresh mechanism to expire a token after a long while. | Frederick Muriuki Muriithi |
2023-12-29 | Namespace all modules under gn2.•••We move all modules under a gn2 directory. This is important for "correct" packaging and deployment as a Guix service. | Arun Isaac |