Add support for OAuth2 using doorkeeper
This commit is contained in:
parent
f58f49e196
commit
e222329d04
33 changed files with 1151 additions and 34 deletions
7
app/views/oauth2_applications/edit.html.erb
Normal file
7
app/views/oauth2_applications/edit.html.erb
Normal file
|
@ -0,0 +1,7 @@
|
|||
<% content_for :heading do %>
|
||||
<h1><%= t ".title" %></h1>
|
||||
<% end %>
|
||||
|
||||
<%= bootstrap_form_for @application, :url => oauth_application_path(@application), :html => { :method => :put } do |f| %>
|
||||
<%= render :partial => "form", :locals => { :f => f } %>
|
||||
<% end %>
|
Loading…
Add table
Add a link
Reference in a new issue