Strategy to authenticate with Dash via OAuth2 in OmniAuth
Get your API key at: https://dash.by/signup-form.html
For more details, read the Dash authorization documentation at https://dash.by/resources.html
Add to your Gemfile
:
then bundle install
.
cd
into itbundle install
(Required bundler gem)cd examples
bundle exec rackup
In Rails add the following to config/initializers/omniauth.rb
use OmniAuth::Builder do provider :dash, ENV['DASH_ID'], ENV['DASH_SECRET'] end
This will enable the route /auth/dash
which will start the OAuth2 flow. See examples/config.ru
for a fully working example.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4