Skip to content
This repository has been archived by the owner on Jan 27, 2021. It is now read-only.

0.3.0

Compare
Choose a tag to compare
@micbar micbar released this 14 Apr 09:23
· 15 commits to master since this release

Changes in 0.3.0

Summary

  • Bugfix - Redirect to the provided uri: #26
  • Change - Add a trailing slash to trusted redirect uris: #26
  • Change - Improve client identifiers for end users: #62
  • Enhancement - Use upstream version of konnect library: #14

Details

  • Bugfix - Redirect to the provided uri: #26

    The phoenix client was not set as trusted therefore when logging out the user was redirected to a
    default page instead of the provided url.

    #26

  • Change - Add a trailing slash to trusted redirect uris: #26

    Phoenix changed the redirect uri to <baseUrl>#/login that means it will contain a trailing
    slash after the base url.

    #26

  • Change - Improve client identifiers for end users: #62

    Improved end user facing client names in default identifier-registration.yaml

    #62

  • Enhancement - Use upstream version of konnect library: #14

    owncloud/product#14