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

Easier email subscription for email users #1174

Closed
paskal opened this issue Nov 11, 2021 · 2 comments
Closed

Easier email subscription for email users #1174

paskal opened this issue Nov 11, 2021 · 2 comments
Assignees
Labels
Milestone

Comments

@paskal
Copy link
Sponsor Collaborator

paskal commented Nov 11, 2021

The user who logged in with the email has to send and paste a token from the email to confirm the replies subscription.

The desired flow is confirmation of subscription without sending the token if the email is the same user logged in with. To make it live, we need to add a backend check for the address and some special flow for instant confirmation, either by returning something else than token after the first step and requiring the second API call as well as we do now or by just doing the confirmation in the first API call.

@paskal
Copy link
Sponsor Collaborator Author

paskal commented Jan 9, 2023

@akellbl4 passing to you, once you switch to params in the body for /email/subscribe, {"updated": true} in response would mean that the user is subscribed without the need to enter the token from email.

@paskal
Copy link
Sponsor Collaborator Author

paskal commented Jun 12, 2023

@Jaskon would be great if you'll be able to look into it, the backend part is already implemented.

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

No branches or pull requests

2 participants