Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/matt-taylor/rails_base

Starter Engine for Rails projects. Includes authentication, administrative capabilities, auditing, MultiFactor authentication, and insane amount of extensibility.
https://github.com/matt-taylor/rails_base

admin authentication baseproject docker mfa-workflow rails

Last synced: about 2 months ago
JSON representation

Starter Engine for Rails projects. Includes authentication, administrative capabilities, auditing, MultiFactor authentication, and insane amount of extensibility.

Awesome Lists containing this project

README

        

# RailsBase
Authentication is hard. Admin capabilties are hard. Two Factor Authentication is hard. Why rebuild that for every app that you make?

The intent of RailsBase is to centralize all of this data so that you can focus on what actually matters -- Shipping your Rails Applicaion.

## Usage
Take a look at the [RailsBase Wiki](https://github.com/matt-taylor/rails_base/wiki/Basic-Setup).

If you would like a live demo, head over to a basic Heroku app running the Dummy Rails -- https://railsbase.herokuapp.com Just sign up and you will understand the capabilties of the Engine.

## Installation
Add this line to your application's Gemfile:

```ruby
gem 'rails_base'
```

And then execute:
```bash
$ bundle
```

Or install it yourself as:
```bash
$ gem install rails_base
```

## License
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).