owl-corp / thallium

MIT License
2 stars 0 forks source link

Endpoints for user creation #9

Open jb3 opened 2 months ago

jb3 commented 2 months ago

Add API endpoints to create new users (there is a debug endpoint for inspiration).

The key difference will be that the majority of fields we current accept on the debug endpoint will actually be generated on the backend (e.g. password reset code, initial (non-usable) password).

This can then be called from the frontend by users with the manage users permission.