#{rodauth.new_oauth_application_page_title}

#{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)}