Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/diogosouza/hb-oauth2-devise-doorkeeper
- Owner: diogosouza
- Created: 2020-04-15T16:00:50.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-08T20:40:41.000Z (almost 2 years ago)
- Last Synced: 2023-03-24T00:30:24.570Z (almost 2 years ago)
- Topics: devise, doorkeeper, oauth2, rails, ruby
- Language: Ruby
- Homepage:
- Size: 112 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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