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.16.0 doc/guides/query_params.rdoc
rodauth-2.15.0 doc/guides/query_params.rdoc
rodauth-2.14.0 doc/guides/query_params.rdoc
rodauth-2.13.0 doc/guides/query_params.rdoc
rodauth-2.12.0 doc/guides/query_params.rdoc
rodauth-2.11.0 doc/guides/query_params.rdoc
rodauth-2.10.0 doc/guides/query_params.rdoc
rodauth-2.9.0 doc/guides/query_params.rdoc
rodauth-2.8.0 doc/guides/query_params.rdoc
rodauth-2.7.0 doc/guides/query_params.rdoc
rodauth-2.6.0 doc/guides/query_params.rdoc
rodauth-2.5.0 doc/guides/query_params.rdoc
rodauth-2.4.0 doc/guides/query_params.rdoc
rodauth-2.3.0 doc/guides/query_params.rdoc
rodauth-2.2.0 doc/guides/query_params.rdoc