[oauth] OAuth2.0 implementation published at http://oauth.net/2

2014-03-22 Thread rossi
Does anybody knows the answer of the following question? What are the requirements for an OAuth2.0 implementation to be published at http://oauth.net/2 in Code section? Best regards, Rossi -- You received this message because you are subscribed to the Google Groups OAuth group. To unsubscribe

Re: [oauth] OAuth2.0 implementation published at http://oauth.net/2

2014-04-04 Thread rossi
Yes, the code is available on GitHub :) I was wondering whether some routine is used to have an OAuth20 implementation published on the site or not. I will try a pull request. Thanks for your answer! Best regards, Rossi On Monday, March 24, 2014 3:59:07 PM UTC+2, Justin Richer wrote

[oauth] Re: General question

2014-05-15 Thread rossi
If you are running the so called second database, I think using OAuth 2.0 is superfluous. If the second database is an outer to your system, and in fact you communicate with that DB via an API (as you said), then you can use OAuth 2.0. Also, it depends on the way the second DB checks a given

[oauth] Re: Oauth 2.0 login restriction

2014-05-15 Thread rossi
I agree that login_hint from Google OAuth2.0 API sounds appropriate. On Friday, November 1, 2013 10:47:00 PM UTC+2, Hitoshi Uchida wrote: Hi, If you use Google OAuth2.0 API, how about using login_hint parameter to identify the domain of user's email address ?