This repository has been archived by the owner on Sep 29, 2023. It is now read-only.
Releases: SaladTechnologies/supertokens-dotnet
Releases · SaladTechnologies/supertokens-dotnet
v1.0.4
- 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
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.