This repository has been archived by the owner on Jan 27, 2021. It is now read-only.
0.3.0
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. -
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. -
Change - Improve client identifiers for end users: #62
Improved end user facing client names in default identifier-registration.yaml
-
Enhancement - Use upstream version of konnect library: #14