How to protect RESTful API

前端 未结 4 1854
心在旅途
心在旅途 2020-12-14 19:30

I have been looking for a way to protect my RESTful APIs. This appeared simple, but it seems to not be so simple. First off, I am writing an iOS app connecting to a Play Fra

4条回答
  •  不思量自难忘°
    2020-12-14 19:35

    Since Play Framework is in Java, you could use Apache Shiro

    I haven't used it yet.. (I am planning to though) So I don't know if it's the best option.

提交回复
热议问题