Feat: whitelist system#10
Conversation
…nager deferrals check asyncronously
…- now specifies that an error occured
… - using env variables to configure it
…eeds investigating
…for addedByAdmin -> will be easier for localization later on
… deleted admin cases for whitelist page
andreutu
left a comment
There was a problem hiding this comment.
The whitelist works very well, however the whitelist page does not dynamically update (e.g. when removing an entry, I need to refresh the page before changes are shown).
Moreover, seems like there is a bug regarding the connected players list. There are 2 entries in the "Player List" each time I connect, but it does not seem like it's related to the changes this PR comes with.
…/removing an entry
-> always considers it successful
Damn, forgot that one. I thought using the navigator would help refresh the data, I'll just externalise the fetch in a callbacked function and trigger that on successful add/remove.
I haven't seen that one yet, it shows up properly for myself. |
Description
This PR introduces a whitelisting system, including as features:
Tests
Additional Notes
Future considerations can improve the system, this is to be considered as a base system / initial version.