Reputation: 4236
Any suggestions regarding implementation of authentication mechanism in a project using Rails 4 and Neo4j?
gem devise-neo4j
https://github.com/benjackson/devise-neo4j/ is no longer mantained
Unable to find any good resource describing the implementation of authentication mechanism in Rails 4.0
Upvotes: 1
Views: 252
Reputation: 5482
In your Gemfile, use gem 'devise-neo4j', "~> 2.0.0.alpha.1"
. It was updated earlier this year to support Neo4jrb v3.
Upvotes: 2