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

Sign Up Form #86

Closed
ineshbose opened this issue Jan 16, 2022 · 3 comments · Fixed by #87
Closed

Sign Up Form #86

ineshbose opened this issue Jan 16, 2022 · 3 comments · Fixed by #87
Assignees

Comments

@ineshbose
Copy link
Owner

Is your feature request related to a problem?

Provide a clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

There is a non-functioning sign-up form on the app right now.

Describe the solution you'd like

Please provide a clear and concise description of what you want to happen.

Make sure it works and creates accounts.

@ineshbose
Copy link
Owner Author

/cib

@github-actions
Copy link

Branch issue/86-sign_up_form created for issue #86: Sign Up Form

@ineshbose
Copy link
Owner Author

The reason this was separated from #67 is because there is an issue with setting up user registration/creation along with tasks like reset password / forgot password. While the server uses Django REST Framework, there are third party packages that allow authentication as listed on their documentation as well, and they preferred django-oauth-toolkit. There is experience with Djoser as well, however that project does not seem to be as active as OAuth Toolkit. The only advantage of Djoser is the endpoints. There do not seem any top level packages that can support OAuth Toolkit and such endpoints, therefore the UserViewSet will have to be looked into manually.

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