This repository has been archived by the owner. It is now read-only.
added /password/forgot/status endpoint #636
Merged
Conversation
|
fixes #635 |
|
r+ from a design perspective. |
|
|
||
| :lock: HAWK-authenticated with the passwordForgotToken. | ||
|
|
||
| Returns the status for the passwordForgotToken. While the request returns a success response, the token has not yet been consumed. When the token is consumed by a successful reset or expires you can expect to get a 401 HTTP status code with an errno of 110. |
|
r+ with the same slight moral reservations as #637... |
|
:squirrel: |
dannycoates
added a commit
that referenced
this pull request
Mar 20, 2014
added /password/forgot/status endpoint
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
With this you can do a GET with your passwordForgotToken to get how many
triesand thettlremaining on the given token. When the token is consumed by a successful reset or expires you can expect to get a 401 HTTP status code with an errno of 110.r?