- If an app has 'uri' set during creation, it's now returned as a me link relationship from the app endpoint.
- Basic-auth headers for OAuth2 token requests are percent-decoded. This was always required for OAuth2, but I missed this at the time.
- Fix: error when creating an App via the REST api and a App URL is specified.
- Add login link on registration page. (@rabiaq123)