Re: example, stand-alone gwt openid project

2012-05-11 Thread Ümit Seren
You have two ways to solve this: 1. Authenticate outside of GWT with dedicated servlet/jsp: In case you are using Spring or another Java application framework you can have a normal login.jsp page which deals with your openid authentication and after your are properly authenticated

example, stand-alone gwt openid project

2012-05-10 Thread Matthew Pocock
Hi, I am developing a web application in GWT that requires user authentication. I don't really want to handle accounts and passwords myself, and would prefer to use openid. The GWT+openid tutorials I've seen tend to also use google app engine, but I don't think it is possible in my case to depl