Sha256: 96a75a6042a3dbc526711e13f2350903a3a60d9e5db9e957d4cea49aa3089dd6

Contents?: true

Size: 874 Bytes

Versions: 33

Compression:

Stored size: 874 Bytes

Contents

= Documentation for Logout Feature

The logout feature implements a logout button, which clears the session.
It is the simplest feature.

== Auth Value Methods

logout_additional_form_tags :: HTML fragment containing additional form tags to use on the logout form.
logout_button :: The text to use for the logout button.
logout_notice_flash :: The flash notice to show after logout.
logout_page_title :: The page title to use on the logout form.
logout_redirect :: Where to redirect after a logout.
logout_route :: The route to the logout action. Defaults to +logout+.

== Auth Methods

after_logout :: Run arbitrary code after logout.
before_logout :: Run arbitrary code before logout.
before_logout_route :: Run arbitrary code before handling a logout route.
logout :: Log the user out, by default clearing the session.
logout_view :: The HTML to use for the logout form.

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
rodauth-2.31.0 doc/logout.rdoc
rodauth-2.30.0 doc/logout.rdoc
rodauth-2.29.0 doc/logout.rdoc
rodauth-2.28.0 doc/logout.rdoc
rodauth-2.27.0 doc/logout.rdoc
rodauth-2.26.1 doc/logout.rdoc
rodauth-2.26.0 doc/logout.rdoc
rodauth-2.25.0 doc/logout.rdoc
rodauth-2.24.0 doc/logout.rdoc
rodauth-2.23.0 doc/logout.rdoc
rodauth-2.22.0 doc/logout.rdoc
rodauth-2.21.0 doc/logout.rdoc
rodauth-2.20.0 doc/logout.rdoc
rodauth-2.19.0 doc/logout.rdoc
rodauth-2.18.0 doc/logout.rdoc
rodauth-2.17.0 doc/logout.rdoc
rodauth-2.16.0 doc/logout.rdoc
rodauth-2.15.0 doc/logout.rdoc
rodauth-2.14.0 doc/logout.rdoc
rodauth-2.13.0 doc/logout.rdoc