Thanks, I am eager to see/hack your code:) In the meantime I developed my own strategy letting my users (the one that actually are already strored in my db) authenticate in my Merb app by using a different strategy. I am actually just authenticating them via their login and email, avoiding the use of any password field at all. Do not know if it is a good authentication, anyway, it works and if a user hasn't already signed up through my other rails app he can't log in into Merb.Now I have to exactly understand if it 'd be possible to keep sessions between rails and merb so that when i redirect from the existing rails app if a user is already logged in he doesn't have to log in again into merb. Actually both apps are using the same mysql db. I think that I could store sessions in the db and share those between the 2 apps?
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "merb" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/merb?hl=en -~----------~----~----~----~------~----~------~--~---
