Skip to content

This repository implements different authorization models in a Ruby on Rails API

Notifications You must be signed in to change notification settings

auth0-blog/rails-api-authorization

Repository files navigation

Expense Report Managing API in Ruby Rails

This repository contains an Expense Report Managing API in Ruby on Rails.

To get context about the use cases of this API you can read more in the blog post: What is the Right Authorization Model for my Application?

You can use this repository as a starting point before following the instructions in the following blog posts:

Requirements

To run this application

  1. Clone the repo with the following command:
git clone git@github.com:auth0-blog/rails-api-authorization.git
  1. Setup the database
rails db:setup
  1. Run the Expense Management API:
rails s

About

This repository implements different authorization models in a Ruby on Rails API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages