Skip to content

Honeybadger's OAuth2 with Ruby and Rails and Devise project

Notifications You must be signed in to change notification settings

diogosouza/hb-oauth2-devise-doorkeeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hb-oauth2-devise-doorkeeper

Honeybadger's OAuth2 source code for Ruby and Rails project with Devise Doorkeeper.

Make sure to have Ruby 2.7 (or greater) installed in your machine.

First, cd the root folder and run:

bundle install

Then, start the server by running the rails server command.

Your app will be available at http://localhost:3000