query_params.rdoc

doc/guides/query_params.rdoc
Last Update: 2020-06-30 15:06:09 -0700

Pass query parameters to auth URLs

The *_path and *_url 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"