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

WIP: Version 0.5.0 #71

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

WIP: Version 0.5.0 #71

wants to merge 6 commits into from

Conversation

don-smith
Copy link
Contributor

@don-smith don-smith commented Mar 1, 2021

In this version

  • Add password reset feature
  • Remove deprecated server/decodeToken function

Current status

  • server/decodeToken (along with tests and docs) have been deleted
  • User can request password reset
  • Password reset token is saved in database
  • User is sent an email with reset token embedded in URL
  • User can provide new password
  • New password is saved in database
  • Password reset token's expiration is honoured
  • Password reset token is deleted from database
  • Old tests are passing
  • New tests have been written and are passing

@don-smith don-smith changed the title Version 0.5.0 WIP: Version 0.5.0 Mar 1, 2021
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 this pull request may close these issues.

1 participant