/alchemy-devise

Devise based authorization for Alchemy CMS 3.0

Primary LanguageRubyBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Devise based authentication for Alchemy 3.0

Build Status Coverage Status Code Climate

Alchemy 3.0 has dropped the authentication from its core. So now it is possibly to bring your own authentication and use it to authorize users in Alchemy.

In order to bring the authentication from Alchemy back into your app (For instance, because you don't have your own user authorization), you can use this gem.

Install

Just put the gem into your projects Gemfile.

# Gemfile
gem 'alchemy-devise'

and run bundle install.

Migrate the database:

$ rake alchemy_devise:install:migrations
$ rake db:migrate

Thats it \o/

Getting Help

  • If you have bugs, please use the issue tracker on Github.
  • For Q&A and general usage, please use the User Group or the IRC channel.
  • New features should be discussed on our Trello Board. PLEASE don't use the Github issues for new features.

Resources

License