Sha256: cf0e91c6405c1b665b38dcec2a307cc20c838419a47d11dda6a5f4777e07a2dd

Contents?: true

Size: 750 Bytes

Versions: 7

Compression:

Stored size: 750 Bytes

Contents

<h2>Oauth Docs</h2>


<p>Oauth shouldn't be hard, and neither should docs</p>

<h2>Quick Links</h2>

<ul>
  <li><%= link_to 'Quick Start',  oauth_doc_path(:quick_start) %></li>
  <li><%= link_to 'Curl',   oauth_doc_path(:curl) %></li>
  <li><%= link_to 'Oauth',  oauth_doc_path(:oauth) %></li>

  <% if ::Opro.request_permissions.present? %>
    <li><%= link_to 'Permisions',  oauth_doc_path(:permissions) %></li>
  <% end %>

  <% if ::Opro.require_refresh_within.present? %>
    <li><%= link_to 'Refresh Tokens',  oauth_doc_path(:refresh_tokens) %></li>
  <% end %>

  <% if ::Opro.password_exchange_enabled? %>
    <li><%= link_to 'Password Exchange',  oauth_doc_path(:password_exchange) %></li>
  <% end %>

</ul>

<%= render_doc(:quick_start) %>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
opro-0.4.0 app/views/opro/oauth/docs/index.html.erb
opro-0.3.3 app/views/opro/oauth/docs/index.html.erb
opro-0.3.2 app/views/opro/oauth/docs/index.html.erb
opro-0.3.1 app/views/opro/oauth/docs/index.html.erb
opro-0.3.0 app/views/opro/oauth/docs/index.html.erb
opro-0.3.0.pre3 app/views/opro/oauth/docs/index.html.erb
opro-0.3.0.pre2 app/views/opro/oauth/docs/index.html.erb