Sha256: 1a7141f0a10326d62062eee3e100c6b8ebfa9e0a39ced45d0260d62d2b2f5abc

Contents?: true

Size: 975 Bytes

Versions: 58

Compression:

Stored size: 975 Bytes

Contents

<h1>OAuth details for <%%=@client_application.name %></h1>
<p>
  <strong>Consumer Key:</strong>
  <code><%%=@client_application.key %></code>
</p>
<p>
  <strong>Consumer Secret:</strong>
  <code><%%=@client_application.secret %></code>
</p>
<p>
  <strong>Request Token URL</strong>
  <code>http<%%='s' if request.ssl? %>://<%%= request.host_with_port %><%%=@client_application.oauth_server.request_token_path %></code>
</p>
<p>
  <strong>Access Token URL</strong>
  <code>http<%%='s' if request.ssl? %>://<%%= request.host_with_port %><%%=@client_application.oauth_server.access_token_path %></code>
</p>
<p>
  <strong>Authorize URL</strong>
  <code>http<%%='s' if request.ssl? %>://<%%= request.host_with_port %><%%=@client_application.oauth_server.authorize_path %></code>
</p>

<p>
  We support hmac-sha1 (recommended) as well as plain text in ssl mode.
</p>
<%%= link_to 'Edit', edit_oauth_client_path(@client_application) %> |
<%%= link_to 'Back', oauth_clients_path %>

Version data entries

58 entries across 39 versions & 8 rubygems

Version Path
houston-oauth-plugin-0.5.1 lib/generators/erb/oauth_provider_templates/show.html.erb
houston-oauth-plugin-0.5.1 generators/oauth_provider/templates/show.html.erb
filiptepper-oauth-plugin-0.3.11 generators/oauth_provider/templates/show.html.erb
pelle-oauth-plugin-0.3.10 generators/oauth_provider/templates/show.html.erb
pelle-oauth-plugin-0.3.11 generators/oauth_provider/templates/show.html.erb
pelle-oauth-plugin-0.3.5 generators/oauth_provider/templates/show.html.erb
pelle-oauth-plugin-0.3.6 generators/oauth_provider/templates/show.html.erb
pelle-oauth-plugin-0.3.7 generators/oauth_provider/templates/show.html.erb
pelle-oauth-plugin-0.3.8 generators/oauth_provider/templates/show.html.erb
pelle-oauth-plugin-0.3.9 generators/oauth_provider/templates/show.html.erb
panjiva-oauth-plugin-0.4.1 lib/generators/erb/oauth_provider_templates/show.html.erb
panjiva-oauth-plugin-0.4.1 generators/oauth_provider/templates/show.html.erb
oauth-plugin-0.5.1 lib/generators/erb/oauth_provider_templates/show.html.erb
oauth-plugin-0.5.1 generators/oauth_provider/templates/show.html.erb
oauth-plugin-0.5.0 generators/oauth_provider/templates/show.html.erb
oauth-plugin-0.5.0 lib/generators/erb/oauth_provider_templates/show.html.erb
oauth-provider-0.5.0rc1 generators/oauth_provider/templates/show.html.erb
oauth-provider-0.5.0rc1 lib/generators/erb/oauth_provider_templates/show.html.erb
oauth-plugin-0.4.1 lib/generators/erb/oauth_provider_templates/show.html.erb
oauth-plugin-0.4.1 generators/oauth_provider/templates/show.html.erb