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

[1.x] Add X-Retry-After to /user/confirm-password/status response #565

Merged
merged 2 commits into from
Aug 28, 2024

Conversation

crynobone
Copy link
Member

@crynobone crynobone commented Aug 26, 2024

This would be useful for SPA application where we can register a timeout before checking the endpoint again.

Here, I chosen to use X-Retry-After instead of Retry-After since the documentation suggest the usage to be limited to 301, 429 and 503 response status.

This would be useful for SPA application where we can register a timeout
before checking the endpoint again.

Signed-off-by: Mior Muhammad Zaki <[email protected]>
@crynobone crynobone force-pushed the password-status-retry-after branch from 7b5df9c to f7deb20 Compare August 26, 2024 10:39
@taylorotwell taylorotwell merged commit dd2c276 into 1.x Aug 28, 2024
8 checks passed
@taylorotwell taylorotwell deleted the password-status-retry-after branch August 28, 2024 16:23
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.

2 participants