Remember-me fails when two or more requests come at the same time. (without Spring Security)
- 阅读更多 关于 Remember-me fails when two or more requests come at the same time. (without Spring Security)
问题 I'm trying to fix a remember-me related problem. This function was built manually, without Spring Security. Here are some details. I wanted to use Spring Security to implement remember-me functionality, but... We don't have user related data in our DB. The data is only accessible with a 3rd party API. And the API returns the data via cookies. And I don't know how to use this with Spring Security. I'm working on a legacy server without Spring Security. Maybe a bit late to implement Spring