In Spring boot security filter processing, is it possible to have different filters for GET vs POST?

后端 未结 0 1812
轻奢々
轻奢々 2021-02-05 11:20

What i am trying to achieve is to allow GET\'s with a simple apiKey, but require a JWT token based on an authenticated user to POST/UPDATE/DELETE.

I was thinking somethin

相关标签:
回答
  • 消灭零回复
提交回复
热议问题