Authentication using any OpenID with Tipfy

后端 未结 2 1362
心在旅途
心在旅途 2020-12-28 10:16

I am developing the authentication part of my app and I\'ve run into issues with coding authentication using OpenID.

I\'ve looked at the Tipfy example code, but it s

2条回答
  •  再見小時候
    2020-12-28 10:41

    That code is just an example. You just need to allow the user to specify their OpenID provider's endpoint URL via a form, and get the value from the POST. It's just a string.

提交回复
热议问题