Spring Security Custom Filter (Change Password)

前端 未结 4 1784
孤城傲影
孤城傲影 2020-12-02 14:51

I\'m using Spring Security for securing HTTP requests to a website. The primary usage is for securing pages such that the user is redirected to the login page when trying to

4条回答
  •  伪装坚强ぢ
    2020-12-02 15:45

    Yes, I did this with a filter ForceChangePasswordFilter. Because if the user types the url by hand they can bypass the change password form. With the filter the request always get intercepted.

提交回复
热议问题