leepeuker / movary

Self hosted web app to track and rate your watched movies
MIT License
388 stars 14 forks source link

Add API endpoint to create new user #590

Open JVT038 opened 6 months ago

JVT038 commented 6 months ago

Besides creating a new API endpoint in /api/create-user, I have also refactored some stuff related to the OpenAPI specs and the middleware of creating a new user.

Part of #572