Sha256: 5c49c52384c479481cef44655680bdc430851e43463f3fcfd4f6fabc11320e43

Contents?: true

Size: 672 Bytes

Versions: 7

Compression:

Stored size: 672 Bytes

Contents

<h2>#{rodauth.new_oauth_application_page_title}</h2>
<form method="post" action="#{rodauth.oauth_applications_path}" class="rodauth" role="form" id="oauth-application-form">
  #{rodauth.csrf_tag}
  #{rodauth.render('name_field')}
  #{rodauth.render('description_field')}
  #{rodauth.render('homepage_url_field')}
  #{rodauth.render('redirect_uri_field')}
  #{rodauth.render('client_secret_field')}
  #{rodauth.render('scope_field')}
  #{
    if rodauth.features.include?(:oauth_jwt)
      <<-HTML
        #{rodauth.render('jwt_public_key_field')}
        #{rodauth.render('jwks_field')}
      HTML
    end
  }
  #{rodauth.button(rodauth.oauth_application_button)}
</form>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
rodauth-oauth-0.10.4 templates/new_oauth_application.str
rodauth-oauth-0.10.3 templates/new_oauth_application.str
rodauth-oauth-0.10.2 templates/new_oauth_application.str
rodauth-oauth-0.10.1 templates/new_oauth_application.str
rodauth-oauth-0.10.0 templates/new_oauth_application.str
rodauth-oauth-0.9.3 templates/new_oauth_application.str
rodauth-oauth-0.9.2 templates/new_oauth_application.str