Skip to content
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.

Releases: SaladTechnologies/supertokens-dotnet

v1.0.4

30 Sep 22:22
05ee9cf
Compare
Choose a tag to compare
  • Adds support for multiple access token signing keys (a new feature of CDI version 2.9).
  • Adds support for negotiating the CDI version used when communicating with the SuperTokens Core API.

Thanks to @porcellus for the significant SDK improvements!

v1.0.3

30 Sep 22:18
1f5c89d
Compare
Choose a tag to compare

The first open source release of the SuperTokens SDK for ASP.NET Core! 🎉

It attempts to mimic the idiomatic ASP.NET Core authentication handlers. However, it does introduce some additional, strongly-typed services to the conforming dependency injection container to simplify calling SuperTokens Core API methods. Of particular note, this version currently supports only a single Core/authentication handler registration.

Thanks to @rishabhpoddar for the assistance provided while developing this SDK.