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
- Host: GitHub
- URL: https://github.com/storyblok/rails-52-auth0
- Owner: storyblok
- Created: 2018-07-25T10:32:21.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T11:17:05.000Z (over 3 years ago)
- Last Synced: 2024-04-14T23:59:52.561Z (over 2 years ago)
- Topics: ruby
- Language: Ruby
- Homepage: https://www.storyblok.com/tp/how-to-add-auth0-authentication-to-a-ruby-on-rails-api
- Size: 46.9 KB
- Stars: 2
- Watchers: 11
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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
/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
```