-
Notifications
You must be signed in to change notification settings - Fork 276
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sorcery gem auth #239
Comments
Hi, nice to hear. I've used devise a while ago with neo4j.rb, and it worked at that time. |
Thanks for the quick response - the latest version of devise installed ok but the rake tasks fail - it might be due to being incompatible with neo4j 2.0 or because I am running jruby 1.7.0... not sure. |
Hi Steve, I'm currently using neo4j.rb and devise with this Gemfile configuration:
Hope this helps! |
Thanks for the info. |
Hi Andreas,
I have been using the neo4j gem for a while and really enjoy the jump from a traditional relational model to the graph db. I am currently re-building an existing app with neo4j as a backend and using jruby.
I reviewed a number of authentication gems and could not find one that is currently compatible with jruby and neo4j.
Looking at the sorcery gem I think it should be reasonably easy to integrate with neo4j and wanted to hear your advice on this idea or what other auth gems you think are a good match for neo4j and rails.
Thanks
Steve
The text was updated successfully, but these errors were encountered: