NAME

LibreCat::App - a webapp that runs an awesome institutional repository.

GET /login

Route the user will be sent to if login is required.

POST /login

Route where login data is sent to. On success redirects to '/librecat' or to the path requested before

ANY /logout

The logout route. Destroys session.

GET /set_language

Route to call when changing language in session

ANY /access_denied

User sees this one if access is denied.

ANY {other routeā€¦.}

Throws 'page not found'.