Files
OpenFrontIO/src/server
Scott Anderson d8d5220948 Require login to connect to staging (#1360)
## Description:

Complete:
- Add support for cookie-based auth (ref
https://github.com/openfrontio/infra/pull/83)
- Restrict game server API access to users with a specific flare
- Restrict join game to users with a valid token and an allowed flare
- Unauthorized landing page
- Token cache
- Destroy token cookie on logout

## Please complete the following:

- [x] I have added screenshots for all UI updates
- [x] I process any text displayed to the user through translateText()
and I've added it to the en.json file
- [x] I have added relevant tests to the test directory
- [x] I confirm I have thoroughly tested these changes and take full
responsibility for any bugs introduced
- [x] I understand that submitting code with bugs that could have been
caught through manual testing blocks releases and new features for all
contributors
2025-07-09 03:57:08 -04:00
..
2025-05-19 16:36:41 -07:00
2025-06-22 23:57:24 -04:00
2025-06-22 16:37:43 -04:00
2025-07-08 12:40:36 -07:00
2025-07-04 13:13:19 -07:00
2025-06-17 09:46:13 -07:00

Gatekeeper

Security module for botting, rate limiting, fingerprinting, etc.