Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.

Releases: Logitar/Identity

v3.0.5

28 Dec 01:45

Choose a tag to compare

Fixed

  • Event handlers are now idempotent.

v3.0.4

27 Dec 23:14

Choose a tag to compare

Fixed

  • Session ID on user SignIn method.

v3.0.3

27 Dec 22:43

Choose a tag to compare

Fixed

  • Dependency Injection.

v3.0.2

27 Dec 19:19

Choose a tag to compare

Added

  • Some integration tests.

Fixed

  • EventBus Mediator is now public.
  • API key expiration.

v3.0.1

24 Dec 01:14

Choose a tag to compare

Added

  • Value object unit tests.

Fixed

  • EventBus is now a public class and can be overriden.
  • Locale constructor.
  • Url constructor.

v3.0.0

23 Dec 06:11

Choose a tag to compare

Changed

  • Rewrote the framework to include changes made to EventSourcing.

v2.0.0

07 Jun 02:38
e35ff86

Choose a tag to compare

Changed

  • Contracts project now targets .NET Standard 2.1.
  • Refactored domain events and aggregates.
  • Upgraded NuGet packages.

v1.0.0

26 Mar 02:30

Choose a tag to compare

Added

  • Role, API key, User, Session, One-Time Password (OTP) domain events and aggregates.
  • Password (PBKDF2) and JSON Web Token management.
  • Relational storage (PostgreSQL and Microsoft SQL Server) for Identity entities.
  • Unit and Integration tests.