Sha256: 1cd20bdbb57422ce11e2820176c8418ab407b161d188789e3c10809632f99079

Contents?: true

Size: 736 Bytes

Versions: 13

Compression:

Stored size: 736 Bytes

Contents

<div id="oauth-application">
  <dl>
    #{
      params = [*rodauth.oauth_application_required_params, "client_id", "client_secret"]
      if rodauth.features.include?(:oauth_jwt)
        params += %w[jwks]
      end
      params.map do |param|
        "<dt class=\"#{param}\">#{rodauth.send(:"oauth_applications_#{param}_label")}: </dt>" +
        "<dd class=\"#{param}\">#{@oauth_application[rodauth.send(:"oauth_applications_#{param}_column")]}</dd>"
      end.join
    }
  </dl>
  <a href="#{rodauth.oauth_applications_path}/#{@oauth_application[rodauth.oauth_applications_id_column]}/#{rodauth.oauth_applications_oauth_grants_path}" class="btn btn-outline-secondary">#{rodauth.oauth_application_oauth_grants_page_title}</a>
</div>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
rodauth-oauth-1.6.3 templates/oauth_application.str
rodauth-oauth-1.6.2 templates/oauth_application.str
rodauth-oauth-1.6.0 templates/oauth_application.str
rodauth-oauth-1.5.0 templates/oauth_application.str
rodauth-oauth-1.4.0 templates/oauth_application.str
rodauth-oauth-1.3.2 templates/oauth_application.str
rodauth-oauth-1.3.1 templates/oauth_application.str
rodauth-oauth-1.3.0 templates/oauth_application.str
rodauth-oauth-1.2.0 templates/oauth_application.str
rodauth-oauth-1.1.0 templates/oauth_application.str
rodauth-oauth-1.0.0 templates/oauth_application.str
rodauth-oauth-1.0.0.pre.beta2 templates/oauth_application.str
rodauth-oauth-1.0.0.pre.beta1 templates/oauth_application.str