This repository has been archived by the owner on Jan 27, 2021. It is now read-only.
Changes in 0.3.2
Summary
- Bugfix - Add silent redirect url: #69
- Bugfix - Build docker images with alpine:latest instead of alpine:edge: #71
Details
-
Bugfix - Add silent redirect url: #69
Adds the oidc-silent-redirect.html phoenix uses to silently refresh access tokens to the
default identifier-registration.yml -
Bugfix - Build docker images with alpine:latest instead of alpine:edge: #71
ARM builds were failing when built on alpine:edge, so we switched to alpine:latest instead.