Sha256: a37e65e2bd5e3b7c3cd86d0abde7e169dec33299d240fff7027fdcc52bb567ed

Contents?: true

Size: 682 Bytes

Versions: 9

Compression:

Stored size: 682 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

9 entries across 9 versions & 4 rubygems

Version Path
houston-oauth-plugin-0.5.1 lib/generators/erb/oauth_provider_templates/oauth2_authorize.html.erb
panjiva-oauth-plugin-0.4.1 lib/generators/erb/oauth_provider_templates/oauth2_authorize.html.erb
oauth-plugin-0.5.1 lib/generators/erb/oauth_provider_templates/oauth2_authorize.html.erb
oauth-plugin-0.5.0 lib/generators/erb/oauth_provider_templates/oauth2_authorize.html.erb
oauth-provider-0.5.0rc1 lib/generators/erb/oauth_provider_templates/oauth2_authorize.html.erb
oauth-plugin-0.4.1 lib/generators/erb/oauth_provider_templates/oauth2_authorize.html.erb
oauth-plugin-0.4.0 lib/generators/erb/oauth_provider_templates/oauth2_authorize.html.erb
oauth-plugin-0.4.0.rc2 lib/generators/erb/oauth_provider_templates/oauth2_authorize.html.erb
oauth-plugin-0.4.0.rc1 lib/generators/erb/oauth_provider_templates/oauth2_authorize.html.erb