Commit 2b9d0ef7 authored by Oswaldo Ferreira's avatar Oswaldo Ferreira

Put OAuth layer behind /-/jira

parent b58d85c3
...@@ -22,7 +22,7 @@ Rails.application.routes.draw do ...@@ -22,7 +22,7 @@ Rails.application.routes.draw do
end end
scope path: '/jira/login/oauth', controller: 'oauth/jira/authorizations', as: :oauth_jira do scope path: '/-/jira/login/oauth', controller: 'oauth/jira/authorizations', as: :oauth_jira do
get :authorize, action: :new get :authorize, action: :new
get :callback get :callback
post :access_token post :access_token
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment