REST user authentication

前端 未结 5 1770
温柔的废话
温柔的废话 2020-12-14 04:51

OK... the basic idea is to have SERVER and CLIENT physically separated (two systems).

My idea is to build a stand-alone web service (REST, XML, API-KEY) that will pr

5条回答
  •  旧时难觅i
    2020-12-14 05:37

    You should probably use HTTP authentication for the user auth, and so not need to do any sort of session management.

提交回复
热议问题