Sha256: 555b782f1f15fcbc26fbd6b953461a35439e855b8136ba4c0424f8f35a58ed28

Contents?: true

Size: 813 Bytes

Versions: 32

Compression:

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

32 entries across 32 versions & 5 rubygems

Version Path
oauth-plugin-0.4.0.pre1 generators/oauth_provider/templates/show.html.haml
oauth-plugin-0.3.14 generators/oauth_provider/templates/show.html.haml
oauth-plugin-0.3.13 generators/oauth_provider/templates/show.html.haml
oauth-plugin-0.3.12 generators/oauth_provider/templates/show.html.haml
filiptepper-oauth-plugin-0.3.12 generators/oauth_provider/templates/show.html.haml
oauth-plugin-0.3.11 generators/oauth_provider/templates/show.html.haml
oauth-plugin-0.3.7 generators/oauth_provider/templates/show.html.haml
oauth-plugin-0.3.5 generators/oauth_provider/templates/show.html.haml
oauth-plugin-0.3.6 generators/oauth_provider/templates/show.html.haml
oauth-plugin-0.3.9 generators/oauth_provider/templates/show.html.haml
oauth-plugin-0.3.10 generators/oauth_provider/templates/show.html.haml
oauth-plugin-0.3.8 generators/oauth_provider/templates/show.html.haml