Skip to content

v0.30.1

Latest
Compare
Choose a tag to compare
@evert evert released this 26 Mar 23:54
· 8 commits to main since this release
d63924d
  • 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)