https://github.com/nimblehq/nimble-auth
Mountable Devise-based and omniauth-based authentication engine
https://github.com/nimblehq/nimble-auth
authentication engine ruby ruby-on-rails
Last synced: 3 months ago
JSON representation
Mountable Devise-based and omniauth-based authentication engine
- Host: GitHub
- URL: https://github.com/nimblehq/nimble-auth
- Owner: nimblehq
- License: mit
- Created: 2017-12-21T06:40:42.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-05-05T19:33:05.000Z (over 2 years ago)
- Last Synced: 2024-12-16T00:41:48.967Z (about 1 year ago)
- Topics: authentication, engine, ruby, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 144 KB
- Stars: 4
- Watchers: 22
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Nimble Auth - Modern ready-to-use auhentication engine
---
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:
```ruby
gem 'nimble-auth'
```
And then execute:
```bash
$ bundle
```
Or install it yourself as:
```bash
$ 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.
[LICENSE]: /LICENSE
## About

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][community] or [hire our team][hire] to help build your product.
[community]: https://github.com/nimblehq
[hire]: https://nimblehq.co/