Apoorv Saxena
Apoorv Saxena

Reputation: 4236

Authentication gem to use for Neo4j and Rails 4?

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

Answers (1)

subvertallchris
subvertallchris

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

Related Questions