[x] New feature (non-breaking change which adds functionality)
Description
Returns first name just as a string, not in JSON. A little unsure about if this might be a bit too much inconsistency and only ID i.e. ints should be returned plain without being encased in JSON.
This handler is there for the frontend to validate if the user license exists and add the first name to the landing page
Checklist:
[x] I have commented my code (or ChatGPT did), particularly in hard-to-understand areas
[x] I have added tests that prove my fix is effective or that my feature works
Type of change
Description
Returns first name just as a string, not in JSON. A little unsure about if this might be a bit too much inconsistency and only ID i.e. ints should be returned plain without being encased in JSON. This handler is there for the frontend to validate if the user license exists and add the first name to the landing page
Checklist: