Sha256: a37b79f11cc75943449a7c527df326dc1ca85a36e548d514e963c81d173ec627

Contents?: true

Size: 681 Bytes

Versions: 12

Compression:

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

12 entries across 12 versions & 5 rubygems

Version Path
houston-oauth-plugin-0.5.1 generators/oauth_provider/templates/oauth2_authorize.html.erb
panjiva-oauth-plugin-0.4.1 generators/oauth_provider/templates/oauth2_authorize.html.erb
oauth-plugin-0.5.1 generators/oauth_provider/templates/oauth2_authorize.html.erb
oauth-plugin-0.5.0 generators/oauth_provider/templates/oauth2_authorize.html.erb
oauth-provider-0.5.0rc1 generators/oauth_provider/templates/oauth2_authorize.html.erb
oauth-plugin-0.4.1 generators/oauth_provider/templates/oauth2_authorize.html.erb
oauth-plugin-0.4.0 generators/oauth_provider/templates/oauth2_authorize.html.erb
oauth-plugin-0.4.0.pre7 lib/generators/erb/oauth_provider_templates/oauth2_authorize.html.erb
oauth-plugin-0.4.0.pre6 lib/generators/erb/oauth_provider_templates/oauth2_authorize.html.erb
oauth-plugin-0.4.0.pre5 lib/generators/erb/oauth_provider_templates/oauth2_authorize.html.erb
insrc-oauth-plugin-0.4.0.pre6 lib/generators/erb/oauth_provider_templates/oauth2_authorize.html.erb
insrc-oauth-plugin-0.4.0.pre5 lib/generators/erb/oauth_provider_templates/oauth2_authorize.html.erb