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

Email Verification #63

Open
AnthonyAkentiev opened this issue Sep 24, 2016 · 0 comments
Open

Email Verification #63

AnthonyAkentiev opened this issue Sep 24, 2016 · 0 comments
Assignees

Comments

@AnthonyAkentiev
Copy link
Member

AnthonyAkentiev commented Sep 24, 2016

После того, как пользователь создал аккаунт - ему на email должно прийти письмо с ссылкой вида https://dynamis-frontend-develop.herokuapp.com/verify_email?id=4343&secret=1323123123123131313

  1. Frontend должен иметь путь следующего вида, который принимает id и secret:

/verify_email?id=4343&secret=1323123123123131313

  1. Нужно вызвать метод из backend'а и передать ему id и secret: TODO (метод еще не реализован)

  2. Бэк должен вернуть 200 и session cookie
    Значит пользователь прошел "логин" и должен попасть на этот экран:

Screen Shot 2016-09-24 at 17.57.38.png

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

No branches or pull requests

2 participants