LeanKit-Labs / aspxauth

Verify and decrypt .NET's .ASPXAUTH cookie from node.
MIT License
10 stars 9 forks source link

feature: compatibility with .net 4.5 tickets #14

Open durlabhjain opened 2 years ago

durlabhjain commented 2 years ago

fix: throw appropriate error on validation/ decryption failure

inspired by https://github.com/dazinator/AspNetCore.LegacyAuthCookieCompat

added ability to decode .NET 4.5 compatible tickets. Only tested with one sample site right now