Re: Best Practices for Server-side Authentication in GWT 2.5+

2014-01-10 Thread Adam Browning
If you're just looking for simple authentication then you may want to take a look at: http://shiro.apache.org/. I've used it for simple authentication all the way up through using an LDAP backing store and it's pretty simple. It has some cool things like @RequiresAuthentication annotations that

Re: Best Practices for Server-side Authentication in GWT 2.5+

2014-01-10 Thread Cristiano
Hi, I'm studying how to use Spring Security to secure GWT web apps (I'll check Shiro in the future so I can't compare the two solutions). I'm working backed by a open source github repo and you can take a look to it: https://github.com/cristcost/springsec however it is a work in progress,

Best Practices for Server-side Authentication in GWT 2.5+

2013-12-05 Thread doctrang . com
Hi, I'm trying to implement a login service whereby the user submits their username and password to the app server (using RPC or RF, it doesn't really matter). Then on the server side, once I've verified that the credentials are valid, I need to: 1. Call a loginDAO and record the login to