Skip to content

Enabled session tokens to be stored in a database

Compare
Choose a tag to compare
@rafidzal rafidzal released this 26 May 12:28
· 105 commits to master since this release
8e80f80
  • Created a service for storing session tokens in a database using Entity Framework.
  • Created a new Sif.Framework.EntityFramework project containing the Entity Framework implementation of the session service.
  • Updated the Consumer and Provider classes to utilise the session service.
  • Updated the AU Demo Consumer and Provider projects to enable the use of the session service.
  • Created unit tests for the session service.
  • Performed general code improvements based upon ReSharper recommendations.