lynndylanhurley / devise_token_auth

Token based authentication for Rails JSON APIs. Designed to work with jToker and ng-token-auth.
Do What The F*ck You Want To Public License
3.52k stars 1.14k forks source link

Add reset_password_period_valid? to passwords#edit #1617

Open KwanjiChoi opened 5 months ago

KwanjiChoi commented 5 months ago

Problem, reset_password_token expiration does not work when require_client_password_reset_token is true.