Sha256: 0517e5431f081b524041a1ae525dac2b695cfc8b99abe1b0eae1251d969943ed

Contents?: true

Size: 297 Bytes

Versions: 35

Compression:

Stored size: 297 Bytes

Contents

= Pass query parameters to auth URLs

The <tt>*_path</tt> and <tt>*_url</tt> methods allow passing additional query parameters:

  rodauth.create_account_path(type: "seller")
  #=> "/create-account?type=seller"

  rodauth.login_url(type: "operator")
  #=> "https//example.com/login?type=operator"

Version data entries

35 entries across 35 versions & 1 rubygems

Version Path
rodauth-2.36.0 doc/guides/query_params.rdoc
rodauth-2.34.0 doc/guides/query_params.rdoc
rodauth-2.33.0 doc/guides/query_params.rdoc
rodauth-2.32.0 doc/guides/query_params.rdoc
rodauth-2.31.0 doc/guides/query_params.rdoc
rodauth-2.30.0 doc/guides/query_params.rdoc
rodauth-2.29.0 doc/guides/query_params.rdoc
rodauth-2.28.0 doc/guides/query_params.rdoc
rodauth-2.27.0 doc/guides/query_params.rdoc
rodauth-2.26.1 doc/guides/query_params.rdoc
rodauth-2.26.0 doc/guides/query_params.rdoc
rodauth-2.25.0 doc/guides/query_params.rdoc
rodauth-2.24.0 doc/guides/query_params.rdoc
rodauth-2.23.0 doc/guides/query_params.rdoc
rodauth-2.22.0 doc/guides/query_params.rdoc
rodauth-2.21.0 doc/guides/query_params.rdoc
rodauth-2.20.0 doc/guides/query_params.rdoc
rodauth-2.19.0 doc/guides/query_params.rdoc
rodauth-2.18.0 doc/guides/query_params.rdoc
rodauth-2.17.0 doc/guides/query_params.rdoc