login: redirect to the current-user page

[?]
Apr 28, 2021, 1:34 AM
NAOPOQY3MDZYI6QPBWN67LNFR72OQB7YW5FPQOHMJKUEX5GCFNWAC

Dependencies

  • [2] 7ZP7ZMMU Make /login give a proper JSON response again
  • [3] WDKFN4B2 Make sign in a modal dialog box rather than a separate page
  • [4] 72OTJYGT Initial attempt at adding LDAP login support
  • [5] LZVO64YG Merge in the first bits of the API work
  • [6] 4AKMU4ZB Clean up user editing
  • [*] XJRJ4J7M Add user registration

Change contents

  • replacement in src/lib/Hydra/Controller/User.pm at line 40
    [3.380][2.0:32]()
    currentUser_GET($self, $c);
    [3.380]
    [3.24558]
    $self->status_found(
    $c,
    location => $c->uri_for("current-user"),
    entity => {}
    );