Re: GWT & Google OpenID login

2012-12-12 Thread Pedro Lamarão
Em terça-feira, 11 de dezembro de 2012 13h01min41s UTC-2, dhoffer escreveu: > What technology do you use to implement that OpenId 'login page'? Is > it possible/practical to use GWT for this? As I understand it this > OpenId login sort of bootstraps your app, i.e. they don't get to your > G

Re: GWT & Google OpenID login

2012-12-11 Thread David Hoffer
What technology do you use to implement that OpenId 'login page'? Is it possible/practical to use GWT for this? As I understand it this OpenId login sort of bootstraps your app, i.e. they don't get to your GWT app until they have successfully completed this login. And then how do you block acces

Re: GWT & Google OpenID login

2012-12-11 Thread Pedro Lamarão
Em segunda-feira, 10 de dezembro de 2012 14h19min23s UTC-2, dhoffer escreveu: > > That sounds about perfect. Any chance you have some sample code you > could forward? Especially how you implement the openid4java front > end? > You will find a very interesting discussion about the "login pa

Re: GWT & Google OpenID login

2012-12-10 Thread David Hoffer
That sounds about perfect. Any chance you have some sample code you could forward? Especially how you implement the openid4java front end? Thanks, -Dave On Mon, Dec 10, 2012 at 9:05 AM, Pedro Lamarão wrote: > Em segunda-feira, 10 de dezembro de 2012 01h36min28s UTC-2, dhoffer > escreveu: >> >>

Re: GWT & Google OpenID login

2012-12-10 Thread Pedro Lamarão
Em segunda-feira, 10 de dezembro de 2012 01h36min28s UTC-2, dhoffer escreveu: > > I'd like to add OpenID login to my GWT application, I don't think I need > OAuth support as I just need to authenticate the user. I'm looking for any > examples/suggestions on the best way to do this for a GWT app

GWT & Google OpenID login

2012-12-09 Thread dhoffer
I'd like to add OpenID login to my GWT application, I don't think I need OAuth support as I just need to authenticate the user. I'm looking for any examples/suggestions on the best way to do this for a GWT app. Also I just need to authenticate with Google, not any other provider, not sure how