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

0.3.2

Latest
Compare
Choose a tag to compare
@ownclouders ownclouders released this 24 Jul 11:32
· 2 commits to master since this release
v0.3.2

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

    #69
    #70

  • 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.

    #71