Sha256: 675da3c407e9bf095a20b38b45e3a2b0f7e8ca35a120488cd25ba02e1ec9dbe5

Contents?: true

Size: 810 Bytes

Versions: 26

Compression:

Stored size: 810 Bytes

Contents

%h1
  OAuth details for
  =@client_application.name
%p
  %strong Consumer Key:
  %code=@client_application.key
%p
  %strong Consumer Secret:
  %code=@client_application.secret

%p
  %strong Request Token URL
  %code
    ="http#{'s' if request.ssl?}://#{request.host_with_port}#{@client_application.oauth_server.request_token_path}"

%p
  %strong Access Token URL
  %code
    ="http#{'s' if request.ssl?}://#{request.host_with_port}#{@client_application.oauth_server.access_token_path}"

%p
  %strong Authorize URL
  %code
    ="http#{'s' if request.ssl?}://#{request.host_with_port}#{@client_application.oauth_server.authorize_path}"

%p
  We support hmac-sha1 (recommended) as well as plain text in ssl mode.

= link_to 'Edit', edit_oauth_client_path(@client_application)
= link_to 'Back', oauth_clients_path

Version data entries

26 entries across 19 versions & 6 rubygems

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