Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/diogosouza/hb-oauth2-devise-doorkeeper

Honeybadger's OAuth2 with Ruby and Rails and Devise project
https://github.com/diogosouza/hb-oauth2-devise-doorkeeper

devise doorkeeper oauth2 rails ruby

Last synced: about 1 month ago
JSON representation

Honeybadger's OAuth2 with Ruby and Rails and Devise project

Awesome Lists containing this project

README

        

# 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