Skip to content
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

Closed
lulu-2021 opened this issue Feb 6, 2013 · 4 comments
Closed

Sorcery gem auth #239

lulu-2021 opened this issue Feb 6, 2013 · 4 comments

Comments

@lulu-2021
Copy link

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

@andreasronge
Copy link
Member

Hi, nice to hear. I've used devise a while ago with neo4j.rb, and it worked at that time.
Not sure what the status of devise and neo4j is now. Have you tried it ?
I don't know anything about the sorcery gem. It would be great to support that gem !

@lulu-2021
Copy link
Author

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.

@vivekprahlad
Copy link
Contributor

Hi Steve,

I'm currently using neo4j.rb and devise with this Gemfile configuration:

gem 'neo4j'
gem 'devise', '~> 2.2.0'
gem 'devise-neo4j', :git => 'https://github.com/cfitz/devise-neo4j.git', :branch => 'devise2'

Hope this helps!

@liweiz
Copy link

liweiz commented Mar 22, 2013

Thanks for the info.

@saterus saterus closed this as completed Jul 3, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants