Sha256: e3f722d5e7fe2fa35e8adad36b6815e8f2158da673f9600d3ebcd62934eb2046

Contents?: true

Size: 606 Bytes

Versions: 6

Compression:

Stored size: 606 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 %>


</ul>

<%= render_doc(:quick_start) %>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
opro-0.3.0.pre1 app/views/opro/oauth/docs/index.html.erb
opro-0.3.0.pre app/views/opro/oauth/docs/index.html.erb
opro-0.2.1.pre app/views/opro/oauth/docs/index.html.erb
opro-0.2.0 app/views/opro/oauth/docs/index.html.erb
opro-0.1.0 app/views/opro/oauth/docs/index.html.erb
opro-0.0.3 app/views/oauth/docs/index.html.erb