Sha256: 2ff07628976dd412eaec4afa2ba4aff5deaf48771b8d20f97a2fdabac6be7ae9

Contents?: true

Size: 683 Bytes

Versions: 7

Compression:

Stored size: 683 Bytes

Contents

<h1>Authorize access to your account</h1>
<p>Would you like to authorize <%%= link_to @token.client_application.name,@token.client_application.url %> (<%%= link_to @token.client_application.url,@token.client_application.url %>) to access your account?</p>
<%% form_tag authorize_url do %>
  <%%= hidden_field_tag "response_type", params[:response_type]%>
  <%%= hidden_field_tag "client_id", params[:client_id]%>
  <%%= hidden_field_tag "redirect_uri", params[:redirect_uri]%>
  <%%= hidden_field_tag "state", params[:state]%>
  <%%= hidden_field_tag "scope", params[:scope]%>
  
<p>
  <%%= check_box_tag 'authorize' %> authorize access
</p>
<p>
  <%%= submit_tag %>
</p>
<%% end %>

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
oauth-plugin-0.4.0.rc2 generators/oauth_provider/templates/oauth2_authorize.html.erb
oauth-plugin-0.4.0.rc1 generators/oauth_provider/templates/oauth2_authorize.html.erb
oauth-plugin-0.4.0.pre7 generators/oauth_provider/templates/oauth2_authorize.html.erb
oauth-plugin-0.4.0.pre6 generators/oauth_provider/templates/oauth2_authorize.html.erb
oauth-plugin-0.4.0.pre5 generators/oauth_provider/templates/oauth2_authorize.html.erb
insrc-oauth-plugin-0.4.0.pre6 generators/oauth_provider/templates/oauth2_authorize.html.erb
insrc-oauth-plugin-0.4.0.pre5 generators/oauth_provider/templates/oauth2_authorize.html.erb