Skip to content

Releases: smartive/zitadel-net

v2.0.0

08 Mar 09:26
aa85f8b
Compare
Choose a tag to compare

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 [email protected]

v1.2.0

14 Jan 09:56
64155b5
Compare
Choose a tag to compare

1.2.0 (2021-01-14)

Features

  • extensions: Add possibility to add scheme names for local fake auth. (#15) (64155b5)

v1.1.0

11 Jan 09:24
d9a4dc6
Compare
Choose a tag to compare

1.1.0 (2021-01-11)

Features

  • auth: Add local fake authentication for testing. (#10) (881f79f), closes #9

v1.0.0

18 Dec 13:19
Compare
Choose a tag to compare

1.0.0 (2020-12-18)

Features

  • auth-handler: add zitadel auth handler for SPAs (user agent) (35273a1)
  • auth-handler: Enable primary domain filtering (cfd2e4c)
  • authn: add zitadel auth handler with full oidc session (3ad2bdb)