daviddesmet / paseto-dotnet

🔑 Paseto.NET, a Paseto (Platform-Agnostic Security Tokens) implementation for .NET
MIT License
96 stars 8 forks source link

Support for .net version 4.5.2 #15

Closed jyloo closed 5 years ago

jyloo commented 5 years ago

Hi again. If i have a project that targets 4.5.2, and it's quite impossible to switch to 4.7. Is there any way that i can install paseto dot net on a .net 4.5.2 project?

daviddesmet commented 5 years ago

I would have to test against 4.5.2 but I don’t see any issue since NaCl.Core which is a dependency, was requested support for .NET 4.5 a while ago.

Please give me some time since I have to test with a Windows host.

daviddesmet commented 5 years ago

I wasn't able to support 4.5.2 due to a limitation in RSA crypto which is required in v1.public of Paseto. I was able to add support for 4.6 though. It is not yet published at Nuget.

jyloo commented 5 years ago

@idaviddesmet 4.6 will do. May i know your estimated timeline in publishing it in Nuget?

daviddesmet commented 5 years ago

It's already pushed and under validation, it will be available shortly (up to an hour) over here.