Skip to content

v1.5.0

Compare
Choose a tag to compare
@thomasduft thomasduft released this 26 Jan 10:41
· 96 commits to main since this release
  • small API change when registering .AddUIIdentityStore the TApplicationUser is now mandatory!
...
  .AddUIIdentityStore<ApplicationUser>(options =>
  {
    ...
  })
...