-
Notifications
You must be signed in to change notification settings - Fork 6
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
Password reset #33
Labels
Milestone
Comments
Add expiry to key: https://github.com/NodeRedis/node_redis#redis-commands // this key will expire after 10 seconds
client.set('key', 'value!', 'EX', 10); |
polyccon
added a commit
that referenced
this issue
Nov 1, 2017
polyccon
added a commit
that referenced
this issue
Nov 1, 2017
polyccon
added a commit
that referenced
this issue
Nov 1, 2017
polyccon
added a commit
that referenced
this issue
Nov 1, 2017
polyccon
added a commit
that referenced
this issue
Nov 1, 2017
polyccon
added a commit
that referenced
this issue
Nov 1, 2017
…n is valid need to add expiry date for token and database query
polyccon
added a commit
that referenced
this issue
Nov 1, 2017
polyccon
added a commit
that referenced
this issue
Nov 1, 2017
polyccon
added a commit
that referenced
this issue
Nov 2, 2017
Merged
dangerdak
added a commit
that referenced
this issue
Nov 2, 2017
polyccon
added a commit
that referenced
this issue
Nov 2, 2017
dangerdak
added a commit
that referenced
this issue
Nov 2, 2017
dangerdak
added a commit
that referenced
this issue
Nov 2, 2017
dangerdak
added a commit
that referenced
this issue
Nov 2, 2017
dangerdak
added a commit
that referenced
this issue
Nov 2, 2017
dangerdak
added a commit
that referenced
this issue
Nov 2, 2017
dangerdak
added a commit
that referenced
this issue
Nov 2, 2017
dangerdak
added a commit
that referenced
this issue
Nov 2, 2017
dangerdak
added a commit
that referenced
this issue
Nov 3, 2017
polyccon
added a commit
that referenced
this issue
Nov 3, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Functionality for the users to reset their passwords should they forget them would be nice to add.
The text was updated successfully, but these errors were encountered: