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

👨‍💻 Forgot Pasword Api #71

Open
8 tasks
ysumut opened this issue Jun 20, 2020 · 0 comments
Open
8 tasks

👨‍💻 Forgot Pasword Api #71

ysumut opened this issue Jun 20, 2020 · 0 comments
Labels
✨ geliştirme New feature or request

Comments

@ysumut
Copy link
Collaborator

ysumut commented Jun 20, 2020

👨‍💻 Görevin tamamlanması için gerekenler

Mail akışı

  • 📃 Forgot password için post route oluşturulacak.
  • 📃 Request olarak email alınacak
  • 📃 Email ile db'den user_id alınacak ve token oluşturulacak. Kullanıcı mailine şifre değiştirme linki yollanacak (Mail'deki link örneği: baseUrl/user/forgotPass?token=<token>)
  • 📃 Kullanıcı linke bastığı zaman mobile yönlendirilmiş olacak.

Şifre değiştirme akışı

  • 📃 Şifre değiştirmek için başka bir post route oluşturulacak.
  • 📃 Request olarak yeni şifre ve token alınacak.
  • 📃 Token'deki user_id alınıp, yeni şifre ile kullanıcı şifresi güncellenecek.
  • 📃 Response olarak hata veya başarı durumu dönecek.
@ysumut ysumut added the ✨ geliştirme New feature or request label Jun 20, 2020
@ysumut ysumut added this to the 👨‍💻 API/User milestone Jun 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ geliştirme New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant