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