Sha256: 5b21d879f5969655a22112dc64fde217a42eedbcd258a2909055715bfb673a71
Contents?: true
Size: 835 Bytes
Versions: 3
Compression:
Stored size: 835 Bytes
Contents
<div class="opro"> <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) %> </div>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
opro-0.4.3 | app/views/opro/oauth/docs/index.html.erb |
opro-0.4.2 | app/views/opro/oauth/docs/index.html.erb |
opro-0.4.1 | app/views/opro/oauth/docs/index.html.erb |