Skip to content
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

refactor: deprecate V1 signin, verify email and invite APIs #4464

Closed
ThisIsMani opened this issue Apr 25, 2024 · 0 comments · Fixed by #4465
Closed

refactor: deprecate V1 signin, verify email and invite APIs #4464

ThisIsMani opened this issue Apr 25, 2024 · 0 comments · Fixed by #4465
Assignees

Comments

@ThisIsMani
Copy link
Contributor

Currently the following endpoints are not being used by the dashboard
/user/signin
/user/verify_email
/user/invite

New APIs are created for the above APIs which are
/user/v2/signin
/user/v2/verify_email
/user/invite_multiple

The old APIs are kept for backwards compatibility, as the movement is completed entirely from the FE side as well, old APIs can be removed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant