Goonhub 
Procs | |
begin_auth | Begin auth |
---|---|
on_auth | On auth |
on_error | On error |
on_timeout | On timeout |
setup_logout | Setup logout |
show_external | Show external |
show_wrapper | Show wrapper |
Proc Details
begin_auth
Begin auth
Begins the auth process for the client
Returns TRUE if the auth process was successful, FALSE otherwise
on_auth
On auth
Called in world/Topic "auth_callback" route
Arguments:
- verification (string) - The verification data
on_error
On error
Called when the auth process errors
Arguments:
- error (string) - The error message
on_timeout
On timeout
Called when the auth process times out
setup_logout
Setup logout
Sets up the logout page
show_external
Show external
Shows the external auth page
Arguments:
- route (string) - The route to show
show_wrapper
Show wrapper
Shows the wrapper UI for the auth process