0.0
No release in over 3 years
Low commit activity in last 3 years
There's a lot of open issues
Re-usable Devise-based authentication mountable engine
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Project Readme

Nimble Auth - Modern ready-to-use auhentication engine

Build Status


In each project, authentication is almost always required and Devise is almost always the go-to gem to implement such functionality. While Devise is easy to use and configure, its codebase lives in the core of the application and often needs tinkering. So this gem is a modular approach to provide a ready-to-use authentication module in any Ruby on Rails application.

Installation

Add this line to your application's Gemfile:

gem 'nimble-auth'

And then execute:

$ bundle

Or install it yourself as:

$ gem install nimble-auth

Usage

  • Setup Nimble Auth
rails generate nimble_auth:install
rake db:migrate

License

This project is Copyright (c) 2014-2019 Nimble. It is free software, and may be redistributed under the terms specified in the LICENSE file.

About

Nimble

This project is maintained and funded by Nimble.

We love open source and do our part in sharing our work with the community! See our other projects or hire our team to help build your product.