我在我的web应用项目中使用了spring-lemon。Spring-lemon默认使用标准表单登录,这很好用。但是,现在我需要对json请求使用身份验证,如下所示:
{"username":"spring.user", "password":"s3cret"}
我应该如何安全地实现这一点?我一直在寻找它,我看到了不同的解决方案,但我不能成功地使用它们。
https://stackoverflow.com/questions/44483900
相似问题