Module broen_auth_dummy

The dummmy authentication module.

Description

The dummmy authentication module. This module is an example of an authentication plug-in that broen can be configured to use. It does not do anything, but gives an example of callback implementation.

Function Index

authenticate/1

Function Details

authenticate/1

authenticate(Arg::map()) -> {ok, term(), term()} | {error, {csrf_verification_failed, [term()]}} | {error, term()}


Generated by EDoc