Skip to content

Releases: smartive/zitadel-net

v2.1.2

25 Mar 23:10
c4164c4
Compare
Choose a tag to compare

2.1.2 (2021-03-25)

Bug Fixes

  • deps: update dependency grpc.net.clientfactory to v2.36.0 (#36) (c4164c4)

v2.1.1

25 Mar 12:51
93491b5
Compare
Choose a tag to compare

2.1.1 (2021-03-25)

Bug Fixes

  • deployment: correctly deploy api package (#34) (93491b5)

v2.1.0

25 Mar 12:26
c344500
Compare
Choose a tag to compare

2.1.0 (2021-03-25)

Bug Fixes

  • deps: update dependencies to v5.0.4 (#32) (29ef145)

Features

  • API: add grpc API and service account authentication (#33) (c344500), closes #8

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 cbuehler@rootd.ch

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)