RESTful Authentication via Spring

前端 未结 4 841
醉话见心
醉话见心 2020-11-27 23:58

Problem:
We have a Spring MVC-based RESTful API which contains sensitive information. The API should be secured, however sending the user\'s credentials

4条回答
  •  孤街浪徒
    2020-11-28 00:43

    Why don't you start using OAuth with JSON WebTokens

    http://projects.spring.io/spring-security-oauth/

    OAuth2 is an standardized authorization protocol/framework. As per Official OAuth2 Specification:

    You can find more info here

提交回复
热议问题