-
-
Notifications
You must be signed in to change notification settings - Fork 840
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FR] User registration via API #3978
Comments
Ref #3901 |
It might be valuable to add SCIM 2.0 support when developer this api endpoint, this would allow just in time provisioning with SSO providers. |
@geniesis this FR is limited to registration via a single API endpoint - providing the same functionality via REST that is given via the current web UI. |
[FR] User registration via API Fixes inventree#3978
@matmair any objection to me bumping this from |
@SchrodingersGat I would really prefer to get it in there as we can not move the login/signup UI to #5011 without the APIs. |
* Add dj-rest-auth [FR] User registration via API Fixes #3978 * add jwt support for API * check for old password * Add check if registration is allowed * make email mandatory if selected * lower postgres version? * update req * revert psql change * move form options out * Update reqs * Add handlers for most OAuth2 * refactor and add logging * make error message more actionable * add handler for twitter * add keycloak endpoint * warning for legacy apps * remove legacy twitter support * rename file * move url to sub * make JWT optional (default off) * Add var to config template * Add API endpoint to list available providers * fix url pattern
Please verify that this feature request has NOT been suggested before.
Problem statement
We currently do not support user registration via API - so the frontend must be used
Suggested solution
Steps:
/api/user/register
to registering usersDescribe alternatives you've considered
N/A
Examples of other systems
No response
Do you want to develop this?
The text was updated successfully, but these errors were encountered: