Sha256: 77d0200f1b3fe05b14738b64af945b1c4ff3eda7e187d093cc85395f0b98eced

Contents?: true

Size: 673 Bytes

Versions: 13

Compression:

Stored size: 673 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">
  #{csrf_tag(rodauth.oauth_applications_path) if respond_to?(: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('jwks_field')}
      HTML
    end
  }
  #{rodauth.button(rodauth.oauth_application_button)}
</form>

Version data entries

13 entries across 13 versions & 1 rubygems

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