Re: Oauth2 OpenID Connect

2019-08-09 Thread Freddy Boucher
OK I will add a sample project module tomorrow so it will be easier to see how to use it Le ven. 9 août 2019 à 23:31, Paul French a écrit : > Cheers, I'll use your repo as a starting point. > > On Friday, 9 August 2019 02:56:31 UTC+1, Freddy Boucher wrote: >> >> Hi Paul, >> >> I cloned

Re: Oauth2 OpenID Connect

2019-08-09 Thread Paul French
That would be great! many thanks On Friday, 9 August 2019 14:34:33 UTC+1, Freddy Boucher wrote: > > OK I will add a sample project module tomorrow so it will be easier to see > how to use it > > > Le ven. 9 août 2019 à 23:31, Paul French > a écrit : > >> Cheers, I'll use your repo as a

elemental2: Document.createEvent ?

2019-08-09 Thread Vassilis Virvilis
Hi, I am looking for Document.createEvent and I can see that createEvent is defined in DocumentEvent which is an interface but Document itself does not inherit/implement this interface. I suppose I can cast Document it to DocumentEvent with Js.cast() but that's ugly. So what's going on? I am

Re: elemental2: Document.createEvent ?

2019-08-09 Thread Vassilis Virvilis
What about Document.execCommand() ? On Fri, Aug 9, 2019 at 5:20 PM Vassilis Virvilis wrote: > > Hi, > > I am looking for Document.createEvent and I can see that createEvent > is defined in DocumentEvent which is an interface but Document itself > does not inherit/implement this interface. > >

Re: Oauth2 OpenID Connect

2019-08-09 Thread Paul French
Cheers, I'll use your repo as a starting point. On Friday, 9 August 2019 02:56:31 UTC+1, Freddy Boucher wrote: > > Hi Paul, > > I cloned *gwt-oauth2* library long time ago and I updated it to support > my needs (Google and Facebook Oauth2). > > It's not published to Maven Central so you have to