Sha256: 583c6327cd664fcd8b07c093b00cafe70d42776e1835198a88ade29f26020c63

Contents?: true

Size: 458 Bytes

Versions: 35

Compression:

Stored size: 458 Bytes

Contents

= Display authentication links

You can retrieve a relative URL to any Rodauth action by calling the
corresponding <tt>*_path</tt> method on the Rodauth instance:

  <a href="<%= rodauth.login_path %>">Sign in</a>
  <a href="<%= rodauth.create_account_path %>">Sign up</a>

For absolute URLs instead of paths, you can use the <tt>*_url</tt> methods:

  <a href="<%= rodauth.login_url %>">Sign in</a>
  <a href="<%= rodauth.create_account_url %>">Sign up</a>

Version data entries

35 entries across 35 versions & 1 rubygems

Version Path
rodauth-2.16.0 doc/guides/links.rdoc
rodauth-2.15.0 doc/guides/links.rdoc
rodauth-2.14.0 doc/guides/links.rdoc
rodauth-2.13.0 doc/guides/links.rdoc
rodauth-2.12.0 doc/guides/links.rdoc
rodauth-2.11.0 doc/guides/links.rdoc
rodauth-2.10.0 doc/guides/links.rdoc
rodauth-2.9.0 doc/guides/links.rdoc
rodauth-2.8.0 doc/guides/links.rdoc
rodauth-2.7.0 doc/guides/links.rdoc
rodauth-2.6.0 doc/guides/links.rdoc
rodauth-2.5.0 doc/guides/links.rdoc
rodauth-2.4.0 doc/guides/links.rdoc
rodauth-2.3.0 doc/guides/links.rdoc
rodauth-2.2.0 doc/guides/links.rdoc