How do I implement authentication the restful way?

后端 未结 3 1616
北海茫月
北海茫月 2021-02-05 19:59

I\'m building a picture diary on web application google app engine using python. Users can sign up and post pictures to their diary.

Also, I\'m trying to conform as

3条回答
  •  半阙折子戏
    2021-02-05 20:21

    You could use a combination of HTTPS and HTTP Basic Auth. Both are existing standards and should be secure enough when used together.

提交回复
热议问题