Module controller_logon_done

Redirects to the correct location after an user authenticated.

Copyright © 2020 Marc Worrell

Authors: Marc Worrell (marc@worrell.nl).

Description

Redirects to the correct location after an user authenticated.

Function Index

moved_temporarily/1Do not let the browser remember this redirect; use a temporary redirect.
previously_existed/1
resource_exists/1Force a redirect by stating that the resource moved to a new location.
service_available/1

Function Details

moved_temporarily/1

moved_temporarily(Context::z:context()) -> {{true, binary()}, z:context()}

Do not let the browser remember this redirect; use a temporary redirect.

previously_existed/1

previously_existed(Context::z:context()) -> {boolean(), z:context()}

resource_exists/1

resource_exists(Context::z:context()) -> {boolean(), z:context()}

Force a redirect by stating that the resource moved to a new location.

service_available/1

service_available(Context) -> any()


Generated by EDoc