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

https://github.com/storyblok/rails-52-auth0

Code for: Create a Ruby on Rails 5.2 API with Auth0 Authentication
https://github.com/storyblok/rails-52-auth0

ruby

Last synced: 22 days ago
JSON representation

Code for: Create a Ruby on Rails 5.2 API with Auth0 Authentication

Awesome Lists containing this project

README

          

# Rails 6.0 Auth0 example

Tutorial can be found here: https://www.storyblok.com/tp/how-to-add-auth0-authentication-to-a-ruby-on-rails-api

![Auth0 + Rails](https://img.storyblok.com/7_po16_NKVKByN-y4kI6YvwVtuw=/840x0/filters:filters:format(jpeg)/f/39898/2942x538/ba76ff4248/auth0-rails.jpg)

* Ruby version
Ruby 2.5.0, Rails 6.0

* Database creation
Create a Postgresql 9.6.2

## Start Server

```
rails s -p 4000
```