Re: GWT-apps and OAuth 2.0

2021-03-04 Thread Michael Conrad
For the client/GWT Maven info see: https://jitpack.io/#CherokeeLanguage/gwt-oauth2 For the server side I'm using com.google.api-client:google-api-client On Thu, Mar 4, 2021 at 2:18 AM Luca Morettoni wrote: > is there a maven package with that patch or you have included directly the >

Re: GWT-apps and OAuth 2.0

2021-03-03 Thread Luca Morettoni
is there a maven package with that patch or you have included directly the source code? Thanks! > On 3 Mar 2021, at 13:42, Michael Conrad wrote: > > Yes. > > I had to apply a fix to the code for inter-window communications. > -- Luca Morettoni | http://www.morettoni.net

Re: GWT-apps and OAuth 2.0

2021-03-03 Thread Michael Conrad
Yes. I had to apply a fix to the code for inter-window communications. See: https://github.com/freddyboucher/gwt-oauth2/pull/13 On Wed, Mar 3, 2021 at 6:51 AM Luca Morettoni wrote: > seems forked from the one I posted…  > > On 2 Mar 2021, at 19:18, Michael Conrad wrote: > > I'm using a

Re: GWT-apps and OAuth 2.0

2021-03-03 Thread Luca Morettoni
seems forked from the one I posted…  > On 2 Mar 2021, at 19:18, Michael Conrad wrote: > > I'm using a version of gwt-oauth2 for Google OAUTH logins in this project: > https://github.com/CherokeeLanguage/AudioQualityVote > . > > The

Re: GWT-apps and OAuth 2.0

2021-03-02 Thread Hamid Razoki
Ho you can use keycloak adapters , i actualy using gwt 2.5 with keycloak spring security adapter and work perfectly Le mar. 2 mars 2021 à 17:29, Luca Morettoni a écrit : > Hello, I have a quite old application that actually uses an internal > implementation to manage the user access to the

Re: GWT-apps and OAuth 2.0

2021-03-02 Thread Michael Conrad
I'm using a version of gwt-oauth2 for Google OAUTH logins in this project: https://github.com/CherokeeLanguage/AudioQualityVote. The version of gwt-oauth2 I'm using is at: https://github.com/CherokeeLanguage/gwt-oauth2 On Tue, Mar 2, 2021 at 11:28 AM Luca Morettoni wrote: > Hello, I have a

GWT-apps and OAuth 2.0

2021-03-02 Thread Luca Morettoni
Hello, I have a quite old application that actually uses an internal implementation to manage the user access to the system: a login screen that send to the server username/password and gets a token used around in the different functionalities of the application. Now a customer instead of using