Re: GWT and secure login

2015-12-10 Thread vadim
Thank you Ümit! I will follow the second approach. It is also described a bit better. On Wednesday, December 9, 2015 at 3:37:15 PM UTC+2, Ümit Seren wrote: > > Well as for any SPA (Single Page App) authentication and authorization is > a concern of the server and not really the client. > >

Re: GWT and secure login

2015-12-10 Thread Jonathan Franchesco Torres Baca
here https://github.com/jofrantoba/devol a example * *

GWT and secure login

2015-12-09 Thread vadim
Hello all, I have found GWT project documentation and examples at website fantastic. All major subjects are described with nice examples. What do I really miss there is user login and security (sessions, validation, etc.) Can't really imagine any web-project without user handling. For

Re: GWT and secure login

2015-12-09 Thread Ümit Seren
Well as for any SPA (Single Page App) authentication and authorization is a concern of the server and not really the client. This is how I usually do it: 1.) Make the index.html page dynamic. The backend adds information whether the user is logged in or not