------ * Refactored ``AdminRouter`` to use ``FastAPI``. This means the API is fully documented - courtesy of sinisaos. * Moved auth endpoints from ``/api/`` to ``/auth/``, to separate auth from the main API.
------ Fixing a bug with fetching meta information from the API (Piccolo version, site name etc). When a user isn't logged in, it would fail. It now calls the API again after a successful login - courtesy of sinisaos.
------ * Can override the nav bar title (defaults to `Piccolo Admin`) - courtesy of sinisaos. * Other nav bar improvements, such as truncating long usernames.