RESTful Authentication

前端 未结 14 2327
死守一世寂寞
死守一世寂寞 2020-11-21 22:56

What does RESTful Authentication mean and how does it work? I can\'t find a good overview on Google. My only understanding is that you pass the session key (remeberal) in

14条回答
  •  耶瑟儿~
    2020-11-21 23:45

    That's the way to do that: Using OAuth 2.0 for Login.

    You may use other authentication methods other then Google's as long as it supports OAuth.

提交回复
热议问题