Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/matt-taylor/rails_base
- Owner: matt-taylor
- License: mit
- Created: 2021-03-25T05:57:25.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-22T04:47:46.000Z (4 months ago)
- Last Synced: 2024-11-01T19:36:20.659Z (2 months ago)
- Topics: admin, authentication, baseproject, docker, mfa-workflow, rails
- Language: JavaScript
- Homepage:
- Size: 1.33 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: MIT-LICENSE
- Codeowners: CODEOWNERS
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).