Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个带有登录表单的 php 网站,我希望每个访问者都可以使用他们的自由职业者帐户登录我的网站....
有没有人可以帮助我或发送一些相同的例子?
此类系统的标准方法是OAuth。您要用于身份验证的站点将需要支持它或提供一些等价物。您不能使用任意第三方登录凭据。
(好吧,您可以使用任意凭据,但这需要您访问第三方网站的用户名和密码(在大多数情况下违反他们的 T&C),然后自己登录以查看它们是否正确。技术上可行,实际上和合法疯狂的)。