Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 510 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 510 Bytes

README

Testing the oauth flow for oauth based applications such as a rails application using the Doorkeeper Gem

Development Requirements

  • Ruby 2.7.7

Getting Started

  • Run bundle install from the root of the project
  • Run bin/setup from the root of the project
  • Update any required settings in config/credentials.yml (client_id, etc)
  • Run bundle exec rails s -p 3001
  • Open up the supplied address from the rails server output in a browser