<& /Elements/Header, Title => loc('My authentication tokens') &> <& /Elements/Tabs &> <& /Elements/ListActions, actions => \@results &>

<&|/l&>Authentication tokens allow other applications to use your user account without having to share your password, while allowing you to revoke access on an application-specific basis. Changing your password does not invalidate your auth tokens; you must revoke them here.


<& /Elements/AuthToken/CreateButton, %ARGS, Owner => $UserObj->Id &> <& /Elements/AuthToken/List, %ARGS, Owner => $UserObj->Id &>
<%INIT> my @results; my $UserObj = $session{'CurrentUser'}->UserObj;