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

Add user management #419

Closed
3 tasks done
Tracked by #655
M123-dev opened this issue Jun 30, 2021 · 4 comments
Closed
3 tasks done
Tracked by #655

Add user management #419

M123-dev opened this issue Jun 30, 2021 · 4 comments
Assignees
Labels
👥 User management Account login, signup, signout
Milestone

Comments

@M123-dev M123-dev added the 👥 User management Account login, signup, signout label Jun 30, 2021
@M123-dev M123-dev added this to the V0.9 - Soft launch milestone Jun 30, 2021
@stephanegigandet stephanegigandet changed the title Add usermanagment Add user management Jul 22, 2021
@monsieurtanuki
Copy link
Contributor

@stephanegigandet What is the scope of this issue:

  1. what happens if the end-user does not register? read-only access with the default user?
  2. what happens if the end-user does register? all read/write accesses with the registered user only, or are there still actions with the default user?
  3. the log in should probably be part of the onboarding, shouldn't it?

@teolemon
Copy link
Member

teolemon commented Oct 3, 2021

  • @M123-dev I added support for password reset to the issue.
  • @monsieurtanuki historically, we allowed anonymous new product addition. We could also allow photo upload without much risk. Finally, we added Anonymous UUID for those cases in the classic apps.
  • If the user is logged in, all WRITE actions with the user (edit / img upload…). READ action do not need to be authed.
  • On the classic apps, it's not part of the onboarding. If we can make it work as part of onboarding, why not ? A simplistic implementation in settings would already be great.

@M123-dev
Copy link
Member Author

Thanks a lot for your contribution on signup @monsieurtanuki, looks like we are done here

@monsieurtanuki
Copy link
Contributor

@M123-dev I guess there are still tests and UX fine-tunings to do here but you're right, basically we're done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
👥 User management Account login, signup, signout
Projects
None yet
Development

No branches or pull requests

4 participants