Oauth Docs
Oauth shouldn't be hard, and neither should docs
Quick Links
- <%= link_to 'Quick Start', oauth_doc_path(:quick_start) %>
- <%= link_to 'Curl', oauth_doc_path(:curl) %>
- <%= link_to 'Oauth', oauth_doc_path(:oauth) %>
<% if ::Opro.request_permissions.present? %>
- <%= link_to 'Permisions', oauth_doc_path(:permissions) %>
<% end %>
<% if ::Opro.require_refresh_within.blank? %>
- <%= link_to 'Refresh Tokens', oauth_doc_path(:refresh_tokens) %>
<% end %>
<%= render_doc(:quick_start) %>