Sha256: a251c678ee3aa88254888644ebee4ea00353d95d43c6a97559cefc0610b67f5a

Contents?: true

Size: 1.28 KB

Versions: 1

Compression:

Stored size: 1.28 KB

Contents

<% oauth_application = rodauth.scope.instance_variable_get(:@oauth_application) %>
<div>
  <h2><%= oauth_application[rodauth.oauth_applications_name_column] %></h2>

  <dl>
    <dt><%= rodauth.oauth_applications_description_label %>: </dt>
    <dd><%= oauth_application[rodauth.oauth_applications_description_column] %></dd>
    <dt><%= rodauth.oauth_applications_homepage_url_label %>: </dt>
    <dd><%= oauth_application[rodauth.oauth_applications_homepage_url_column] %></dd>
    <dt><%= rodauth.oauth_applications_client_id_label %>: </dt>
    <dd><%= oauth_application[rodauth.oauth_applications_client_id_column] %></dd>
    <dt><%= rodauth.oauth_applications_redirect_uri_label %>: </dt>
    <dd><%= oauth_application[rodauth.oauth_applications_redirect_uri_column] %></dd>
    <dt><%= rodauth.oauth_applications_scopes_label %>: </dt>
    <dd><%= oauth_application[rodauth.oauth_applications_scopes_column] %></dd>
    <% if rodauth.features.include?(:oauth_jwt) %>
      <dt><%= rodauth.oauth_applications_jws_jwk_label %>: </dt>
      <dd><%= oauth_application[rodauth.oauth_applications_jws_jwk_column] %></dd>
      <dt><%= rodauth.oauth_applications_jwt_public_key_label %>: </dt>
      <dd><%= oauth_application[rodauth.oauth_applications_jwt_public_key_column] %></dd>
    <% end %>
  </dl>
</div>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rodauth-oauth-0.8.0 lib/generators/rodauth/oauth/templates/app/views/rodauth/oauth_application.html.erb