Releases: smartive/zitadel-net
Releases · smartive/zitadel-net
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 [email protected]
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)