[%# oauth/index.tt List all applications a user has authorized. Authors: Andrea Nall Copyright (c) 2015 by Dreamwidth Studios, LLC. This program is free software; you may redistribute it and/or modify it under the same terms as Perl itself. For a copy of the license, please reference 'perldoc perlartistic' or 'perldoc perlgpl'. %] [% sections.title = '.admin.link' | ml %] [% IF view_other %]

Viewing consumers for [% view_u.ljuser_display %].

[% END %] [% IF tokens.count == 0 %] You have no authorizations. [% ELSE %] [% FOR token IN tokens %] [% END %]
Application Created
[% token.name | html %] [% token.createtime | time_to_http %]
[% END %] [% IF can_create && ! view_other %]

[ Create Consumer ]

[% END %]