Re: Petty easy OAuth with GWT

2015-05-06 Thread David Levesque
I would add that OpenID Connect 
http://en.wikipedia.org/wiki/OpenID_Connect is an authentication layer on 
top of OAuth2. When you see a Login with Google button in a Web app, this 
is usually what is used.


On Tuesday, 5 May 2015 12:30:08 UTC-4, Thomas Broyer wrote:



 On Monday, May 4, 2015 at 10:09:43 PM UTC+2, Juan Pablo Gardella wrote:

 Awesome!! About: 

 *Twitter and GitHub have custom authentication workflows and are not 
 supported by gwt-oauth2 by default.*

 Is it plugable the workflow in the framework?


 More importantly: OAuth is not about authentication, it's about 
 authorization only http://oauth.net/articles/authentication/
 I don't think Twitter and GitHub have anything special when used for 
 authorization (obtaining tokens to access their APIs). When used as 
 authentication mechanisms, well, they're weak (or more accurately, you 
 won't *authenticate* the user with them).


-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: Petty easy OAuth with GWT

2015-05-05 Thread Danilo Reinert
AFAICT, gwt-oauth2 extensibility doesn't get to the point of implementing a 
custom workflow (different from the default oauth2 one).

I've already sent an email to the gwt-oauth2 implementer, and I'm waiting a 
response from him. I don't know if he is still active in GWT (or even 
Google) because the code gwt-oauth2 dates back in 2011 and the repo hasn't 
been migrated to GitHub yet.

If I don't receive any feedback, I'll fork the project and redesign some 
pieces of it to allow more extension.

ps: I actually have already forked it into my github account. But didn't 
start to play with it.


Cheers.


Em segunda-feira, 4 de maio de 2015 17:09:43 UTC-3, Juan Pablo Gardella 
escreveu:

 Awesome!! About: 

 *Twitter and GitHub have custom authentication workflows and are not 
 supported by gwt-oauth2 by default.*

 Is it plugable the workflow in the framework?

 Thanks

 On 4 May 2015 at 16:06, Danilo Reinert danilo...@gmail.com javascript: 
 wrote:

 After announcing the pioneering support for Digest authentication, I'm 
 now pretty happy to notify you that Requestor is also supporting *OAuth2*! 
 And, for the good of sake, it's really simple to use. :)

 Check the showcase example (below) and try it yourself!

 This feature belongs to the 0.3 milestone and is currently available in 
 the 0.3.0-SNAPSHOT version.

 Cheers!

 Useful links:
 Showcase example: 
 http://reinert.io/requestor/0.3.0-SNAPSHOT/examples/showcase/#authentication
 Documentation: https://github.com/reinert/requestor/wiki/OAuth2
 Get started with Requestor: https://github.com/reinert/requestor/ 
 https://github.com/reinert/requestor/wiki/OAuth2

 -- 
 You received this message because you are subscribed to the Google Groups 
 Google Web Toolkit group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to google-web-toolkit+unsubscr...@googlegroups.com javascript:.
 To post to this group, send email to google-we...@googlegroups.com 
 javascript:.
 Visit this group at http://groups.google.com/group/google-web-toolkit.
 For more options, visit https://groups.google.com/d/optout.




-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: Petty easy OAuth with GWT

2015-05-05 Thread Thomas Broyer


On Monday, May 4, 2015 at 10:09:43 PM UTC+2, Juan Pablo Gardella wrote:

 Awesome!! About: 

 *Twitter and GitHub have custom authentication workflows and are not 
 supported by gwt-oauth2 by default.*

 Is it plugable the workflow in the framework?


More importantly: OAuth is not about authentication, it's about 
authorization only http://oauth.net/articles/authentication/
I don't think Twitter and GitHub have anything special when used for 
authorization (obtaining tokens to access their APIs). When used as 
authentication mechanisms, well, they're weak (or more accurately, you 
won't *authenticate* the user with them).

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: Petty easy OAuth with GWT

2015-05-05 Thread Danilo Reinert
Enlightening article! Thanks Broyer!

Em terça-feira, 5 de maio de 2015 13:30:08 UTC-3, Thomas Broyer escreveu:



 On Monday, May 4, 2015 at 10:09:43 PM UTC+2, Juan Pablo Gardella wrote:

 Awesome!! About: 

 *Twitter and GitHub have custom authentication workflows and are not 
 supported by gwt-oauth2 by default.*

 Is it plugable the workflow in the framework?


 More importantly: OAuth is not about authentication, it's about 
 authorization only http://oauth.net/articles/authentication/
 I don't think Twitter and GitHub have anything special when used for 
 authorization (obtaining tokens to access their APIs). When used as 
 authentication mechanisms, well, they're weak (or more accurately, you 
 won't *authenticate* the user with them).


-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Petty easy OAuth with GWT

2015-05-04 Thread Danilo Reinert
After announcing the pioneering support for Digest authentication, I'm now 
pretty happy to notify you that Requestor is also supporting *OAuth2*! And, 
for the good of sake, it's really simple to use. :)

Check the showcase example (below) and try it yourself!

This feature belongs to the 0.3 milestone and is currently available in the 
0.3.0-SNAPSHOT version.

Cheers!

Useful links:
Showcase example: 
http://reinert.io/requestor/0.3.0-SNAPSHOT/examples/showcase/#authentication
Documentation: https://github.com/reinert/requestor/wiki/OAuth2
Get started with Requestor: https://github.com/reinert/requestor/ 
https://github.com/reinert/requestor/wiki/OAuth2

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: Petty easy OAuth with GWT

2015-05-04 Thread Juan Pablo Gardella
Awesome!! About:

*Twitter and GitHub have custom authentication workflows and are not
supported by gwt-oauth2 by default.*

Is it plugable the workflow in the framework?

Thanks

On 4 May 2015 at 16:06, Danilo Reinert danilorein...@gmail.com wrote:

 After announcing the pioneering support for Digest authentication, I'm now
 pretty happy to notify you that Requestor is also supporting *OAuth2*!
 And, for the good of sake, it's really simple to use. :)

 Check the showcase example (below) and try it yourself!

 This feature belongs to the 0.3 milestone and is currently available in
 the 0.3.0-SNAPSHOT version.

 Cheers!

 Useful links:
 Showcase example:
 http://reinert.io/requestor/0.3.0-SNAPSHOT/examples/showcase/#authentication
 Documentation: https://github.com/reinert/requestor/wiki/OAuth2
 Get started with Requestor: https://github.com/reinert/requestor/
 https://github.com/reinert/requestor/wiki/OAuth2

 --
 You received this message because you are subscribed to the Google Groups
 Google Web Toolkit group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to google-web-toolkit+unsubscr...@googlegroups.com.
 To post to this group, send email to google-web-toolkit@googlegroups.com.
 Visit this group at http://groups.google.com/group/google-web-toolkit.
 For more options, visit https://groups.google.com/d/optout.


-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.