|
Hi,
does anyone of you use RPXNOW in a grails app? we think about building our auth on it and are interested in pros and cons or even some knowledge about howto do this easily. thanks for tipps https://rpxnow.com/ sebastian -- mailto:[hidden email] http://www.shopotainment.de twitter: skurt mobile:+49 179 7923088 --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
Hi Sebastian,
I use RPXNOW in one of my grails app and haven't had many problems with it but if I were to do it again I would just use the nimble plugin as it offers many of the things that RPXNOW offers. I use the very basic version of RPXNOW and don't see too much value that it adds over nimble. What sort of information would you like RPXNOW? Cheers, Glenn On Sat, Feb 13, 2010 at 1:25 PM, Sebastian Kurt <[hidden email]> wrote: Hi, |
|
Hi Glenn,
I did not know about nimble, thanks for that! We tried to manage auth with acegi, but soon realized facebook connect an openID did not work the way we thought. what interests me most is what happens if sometime you decide to go away from RPXNOW. could your users still login with their facebook, openID, etc accounts? (same question for nimble?) or even with a "local" auth? what happens if RPXNOW is not available? with acegi it seems a lot like hacking deep into grails for implementing external auth. sebastian Am 15.02.2010 19:29, schrieb Glenn Saqui: > Hi Sebastian, > > I use RPXNOW in one of my grails app and haven't had many problems with > it but if I were to do it again I would just use the nimble plugin as it > offers many of the things that RPXNOW offers. I use the very basic > version of RPXNOW and don't see too much value that it adds over > nimble. What sort of information would you like RPXNOW? > > Cheers, > Glenn > > On Sat, Feb 13, 2010 at 1:25 PM, Sebastian Kurt <[hidden email] > <mailto:[hidden email]>> wrote: > > Hi, > does anyone of you use RPXNOW in a grails app? we think about > building our auth on it and are interested in pros and cons or even > some knowledge about howto do this easily. > thanks for tipps > > https://rpxnow.com/ > > sebastian > -- > mailto:[hidden email] > <mailto:[hidden email]> > http://www.shopotainment.de > twitter: skurt > mobile:+49 179 7923088 > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > > -- mailto:[hidden email] http://www.shopotainment.de twitter: skurt mobile:+49 179 7923088 --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
Hi Sebastian,
If we ever decide to move away from RPXNOW then we'll have to make some changes to our domain model but it wouldn't be a massive change and it would still allow the user to login with their openID/facebook account. The way I've done it is to make sure the account is not tightly linked to the authentication. This means that for an account you can authenticate with facebook connect or any open id account as long as it is linked to your account.
Hope this helps. Glenn
On Tue, Feb 16, 2010 at 1:21 PM, Sebastian Kurt <[hidden email]> wrote: Hi Glenn, |
| Powered by Nabble | Edit this page |
