Helllo all,
I am new here and trying to learn the latest web server technologies. I heard about JWT being used instead of cookies to determine if a user has logged in to a website. This sounds interesteing to me.
I hava a project that written is C# for Visual Studio 2008 ((using ASP.NET)and the highest .NET framework i can use is 4.0. The project is running on Windows 7 Premium with IIS 7.5.
Can JWT even be written using the 4.0 .NET framwork? I did serveral searches trying to find out this answer but the only reference I see for using JWT is .NET Framework 4.5 and up.
I just want to know if .NET Framework 4.5 is the minimum framework version needed in order to use JWT.
Thank you.
J03
Just another bit in the byte
I've read in various places that JWT is insecure, though I'm no expert, so take that with a grain of salt:
news.ycombinator.com/item
paragonie.com/blog/2017/03/jwt-json-web-tokens-is…
owasp.org/index.php/JSON_WebToken(JWT)_Cheat_Sheet_for_Java
docs.microsoft.com/en-us/dotnet/framework/securit…