No commit activity in last 3 years
No release in over 3 years
It's a combination of devise and CanCan gem and flexible to identify your modules
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0
>= 0
>= 0
 Project Readme

Mcms_authentication

Mcms_authentication is a flexible and most updated authentication solution for Rails 3 .

  • Is Rack based;
  • Integrated with authentication and authorization modules based on devise and cancan gem;
  • Allows you to have multiple roles (or models/scopes) signed in at the same time;

Information

The Mcms installation

Installation of Mcms_authentication is crazy simple.

Here is how:

  • Create your rails applications
rails new my_great_app

Now,in your Gemfile

gem 'mcms_authentication'

Run the bundle command to install it.

rails g mcms_authentication install

and navigate

/mcms/users

Note

This has most of the features required in a good authentication solution but it requires further testing to make it more robust and feature rich. So please pass on you valuable feedback to help us make this better.

License

MIT License. Copyright 2012 Mindfire Solutions Pvt Ltd. http://www.mindfiresolutions.com