Testing the oauth flow for oauth based applications such as a rails application using the Doorkeeper Gem
- Ruby 2.7.7
- Run
bundle installfrom the root of the project - Run
bin/setupfrom 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