%= form_tag rodauth.authorize_path, method: :post do %>
The application <%= rodauth.oauth_application[rodauth.oauth_applications_name_column] %> would like to access your data.
<%= submit_tag "Authorize", class: "btn btn-outline-primary" %> <%= link_to "Cancel", "#{rodauth.redirect_uri}?error=access_denied&error_description=The+resource+owner+or+authorization+server+denied+the+request#{"&state=\#{rodauth.state}" if params[:state] }", class: "btn btn-outline-danger" %>
<% end %>