Skip to content

Correctly show anonymous authorized applications under Profile > Applications.

Douwe Maan requested to merge anonymous-applications into master

Fixes #1907 (closed).

Access tokens that were created using the "Resource Owner Password Credentials" flow by the user entering their username and password don't have a connected application, so the Profile > Applications page used to crash. These tokens are now rendered as "Anonymous" and can be revoked.

Screen_Shot_2015-07-02_at_11.53.55

Merge request reports