Google Appengine中的OAuth2.0提供程序。没有谷歌帐户 - Python

时间:2021-03-27 23:07:20

I want to implement a OAuth2.0 provider. I know Appengnine provides a library for that but looks like the users will be required to have a Google account. Has anyone found a way around this? Basically I want to have my own user authentication system and allow them to grant access to other apps(clients/consumers)

我想实现OAuth2.0提供程序。我知道Appengnine为此提供了一个库,但看起来用户需要拥有一个Google帐户。有没有人找到解决这个问题的方法?基本上我想拥有自己的用户身份验证系统,并允许他们授予其他应用程序(客户/消费者)的访问权限

Thanks

谢谢

1 个解决方案

#1


1  

I figured it out, not sure if its the best way..I used the OauthLib for python and built it.. I also blogged a rough outline on how I did it. If interested here it is. http://shakirthowseen.blogspot.com/2014/10/implement-oauth-2-provider-in-google.html

我想通了,不确定它是否是最好的方式..我使用OauthLib进行python并构建它。我还在博客上写了一篇关于我是如何做到的粗略轮廓。如果有兴趣的话。 http://shakirthowseen.blogspot.com/2014/10/implement-oauth-2-provider-in-google.html

#1


1  

I figured it out, not sure if its the best way..I used the OauthLib for python and built it.. I also blogged a rough outline on how I did it. If interested here it is. http://shakirthowseen.blogspot.com/2014/10/implement-oauth-2-provider-in-google.html

我想通了,不确定它是否是最好的方式..我使用OauthLib进行python并构建它。我还在博客上写了一篇关于我是如何做到的粗略轮廓。如果有兴趣的话。 http://shakirthowseen.blogspot.com/2014/10/implement-oauth-2-provider-in-google.html