Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Mar 09:26
aa85f8b

2.0.0 (2021-03-08)

Features

  • api resource: Add api application auth header. (#28) (aa85f8b)

BREAKING CHANGES

  • api resource: This renames the Zitadel auth handler
    function to AddZitadelApi. The new function uses
    either basic authentication or jwt profile to validate
    tokens sent to the api via some client (SPA for example).

Signed-off-by: Christoph Bühler cbuehler@rootd.ch