Releases: smartive/zitadel-net
Releases · smartive/zitadel-net
v2.1.2
2.1.2 (2021-03-25)
Bug Fixes
- deps: update dependency grpc.net.clientfactory to v2.36.0 (#36) (c4164c4)
v2.1.1
2.1.1 (2021-03-25)
Bug Fixes
- deployment: correctly deploy api package (#34) (93491b5)
v2.1.0
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
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
1.2.0 (2021-01-14)
Features
- extensions: Add possibility to add scheme names for local fake auth. (#15) (64155b5)
v1.1.0
1.1.0 (2021-01-11)
Features
- auth: Add local fake authentication for testing. (#10) (881f79f), closes #9
v1.0.0
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)