Sha256: 4e417df5e50a4cdc35e10d09a8ff2312341b6679ccd8b6a121890ae7e220d972

Contents?: true

Size: 327 Bytes

Versions: 1

Compression:

Stored size: 327 Bytes

Contents

Rails.application.routes.draw do
  get '/oauth/authorize' => 'oauth2/authentication#authorize'
  match '/oauth/access_token' => 'oauth2/authentication#access_token', :via => [:get, :post]
  match '/oauth/oauth_token' => 'oauth2/authentication#access_token', :via => [:get, :post]
  get '/oauth/user' => 'oauth2/users#show'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
vidibus-oauth2_server-0.0.6 config/routes.rb