Saturday, August 10, 2019

Re: Oauth2 OpenID Connect

Hi Paul,

I've just pushed my changes to master branch that include a new sample module: https://github.com/freddyboucher/gwt-oauth2
It's automatically deployed at: https://gwt-oauth2.appspot.com/

I'm going to add the new Apple OAuth2 Sign-In button in the next days in the sample module but first I have to update the core library to support parameters callback (vs hash currently).

And I'm also going to publish the lib to Maven Central this week.

Cheers

--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/794012b2-3b33-45ca-8faa-ccd52af48898%40googlegroups.com.

Re: elemental2: Document.createEvent ?

execCommand is not yet part of elemental2. There is no reason why it should not be other than the externs need cleaning up. It is on my list of things to do some time but we don't use it so I haven't got off my kaboose to do the work. The issue that is tracking this (among other things) is https://github.com/google/elemental2/issues/86

Until that is completed you will have to use jsinterop to do it yourself.

On Sat, Aug 10, 2019 at 12:54 AM Vassilis Virvilis <vasvir2@gmail.com> wrote:
What about Document.execCommand() ?


On Fri, Aug 9, 2019 at 5:20 PM Vassilis Virvilis <vasvir2@gmail.com> 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.
>
> I suppose I can cast Document it to DocumentEvent with Js.cast() but
> that's ugly.
>
> So what's going on?
>
> I am using elemental2 2.25 as published by Peter Donald.
>
> --
> Vassilis Virvilis



--
Vassilis Virvilis

--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/CAKbOjEx4%2B3TZuMJf2%3DBiCW6d57o-OLoMiBjqjSi%3DMjPny%2B%2B_ug%40mail.gmail.com.


--
Cheers,

Peter Donald

--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/CACiKNc4frwwFenqaAGPN3nBxgsYHJ_gO_86QbOPQpBT02eySsg%40mail.gmail.com.

Friday, August 9, 2019

Re: elemental2: Document.createEvent ?

What about Document.execCommand() ?


On Fri, Aug 9, 2019 at 5:20 PM Vassilis Virvilis <vasvir2@gmail.com> 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.
>
> I suppose I can cast Document it to DocumentEvent with Js.cast() but
> that's ugly.
>
> So what's going on?
>
> I am using elemental2 2.25 as published by Peter Donald.
>
> --
> Vassilis Virvilis



--
Vassilis Virvilis

--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/CAKbOjEx4%2B3TZuMJf2%3DBiCW6d57o-OLoMiBjqjSi%3DMjPny%2B%2B_ug%40mail.gmail.com.

elemental2: Document.createEvent ?

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 using elemental2 2.25 as published by Peter Donald.

--
Vassilis Virvilis

--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/CAKbOjExNRyhiL67mb8JKan8DEW0xcUupHpQuq6PnchwCSHYxTA%40mail.gmail.com.

Re: Oauth2 OpenID Connect

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 <paul.and...@gmail.com> 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 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 build it by yourself `mvn clean install`


Cheers

--
You received this message because you are subscribed to a topic in the Google Groups "GWT Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-web-toolkit/D4NOIpyyBn8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/3258fe5c-31be-4555-b789-2e2d4db17c92%40googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/96169b32-2b49-4a72-b399-2c1ec28ebed2%40googlegroups.com.

Re: Oauth2 OpenID Connect

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 <paul.andrew.french@gmail.com> 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 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 build it by yourself `mvn clean install`


Cheers

--
You received this message because you are subscribed to a topic in the Google Groups "GWT Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-web-toolkit/D4NOIpyyBn8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/3258fe5c-31be-4555-b789-2e2d4db17c92%40googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/CAEnqc5J6Y9ho6PDFzgFTfHnOYLjtCvniXLGbP%3DW_3xf3PigUcA%40mail.gmail.com.

Re: Oauth2 OpenID Connect

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 build it by yourself `mvn clean install`


Cheers

--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/3258fe5c-31be-4555-b789-2e2d4db17c92%40googlegroups.com.