jpwahle / cs-insights-backend

API server of the cs-insights project. This is the main part of storing data and accessing an external data analysis endpoint. It uses a mongoDB instance to store everything and queries the cs-insights-prediction-endpoint to get machine learning results.
https://jpwahle.github.io/cs-insights-backend/
MIT License
7 stars 0 forks source link

Add setting active status using mail verification #3

Closed jpwahle closed 1 year ago

jpwahle commented 2 years ago

Is your feature request related to a problem? Please describe. Currently, users are just set active by default and it is never checked if they are active to use endpoints.

Describe the solution you'd like We need to verify users using a mail, e.g. using nodemailer Then endpoints should not allow any actions if the user is not active.