Sha256: 339a36936af4336e2bf7a193ec19cf5ee83dc855576b3f62a13bf612aecd6e0b

Contents?: true

Size: 585 Bytes

Versions: 9

Compression:

Stored size: 585 Bytes

Contents

%h1 Authorize access to your account
%p
  Would you like to authorize
  = link_to @client_application.name,@client_application.url
  (
  = link_to @client_application.url,@client_application.url
  ) to access your account?
= 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]
  = check_box_tag 'authorize'
  authorize access
  %p
    = submit_tag

Version data entries

9 entries across 9 versions & 4 rubygems

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