Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 4.25 KB

File metadata and controls

30 lines (22 loc) · 4.25 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.0.1 (2021-06-15)

Features

  • identity: #3: add issue number to ToDo (433c27f)
  • identity: new project with extensions for authentication using identity added (bdb1d2c)
  • cookie: #7: adding a possibility to save token in cookie (8398b14)
  • cookie: #7: adding option to change cookie key (c4d8560)
  • authorization: #2: add claims-based authorization (1cdf311)

Bug Fixes

  • core: #29. AuthenticationOptions dependency injection; removing signing keys default value (e79428c)
  • examples: remove test prop from appsettings (cdaeed0)
  • identity: add null check for user in IdentityUserCredentialsValidator.cs (7da86ea)
  • cookie: #7: fix package usage in the examples (2f026c5)
  • cookie: #7: update summaries (db84a78)
  • common: add author to project properties (be0a208)
  • common: fix package versions restrictions (98377c8)
  • common: versions restrictions fix (a549670)
  • identity: fix namespaces (ed18718)
  • identity: fix paths (575f1c2)
  • identity: package dependency restriction fixed (1fd77ef)
  • refresh: #9: return necessary method to RefreshSignInManager (a2b31e4)