3 * This is the web component of the GA4PHP radius server. This web app should be able to configure freeradius and itself.
5 * This app will try to do the following:
7 * 2) pull accounts from some backend (such as AD)
8 * 3) allow users to self-enroll.
10 * I wonder if we can store data in the backend database itself? that would be interesting
11 * then user admin would be less disconnected. I.e. if a user was deleted from AD, their token
12 * data should disappear with them.