Sha256: b8f6fb0025b1645ac27120e04af10454edcbf29e23c53cd2464c2b3b594fbdb6
Contents?: true
Size: 675 Bytes
Versions: 3
Compression:
Stored size: 675 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('jws_jwk_field')} HTML end } #{rodauth.button(rodauth.oauth_application_button)} </form>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rodauth-oauth-0.9.1 | templates/new_oauth_application.str |
rodauth-oauth-0.9.0 | templates/new_oauth_application.str |
rodauth-oauth-0.8.0 | templates/new_oauth_application.str |