How to protect RESTful API

前端 未结 4 1861
心在旅途
心在旅途 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:30

    So the only problem with the Basic Authentication approach was that the user has to login every day? Why not offer the user an option to save his username/password on the device? That way he can choose between security and convenience.

提交回复
热议问题