Add FormsAuthenticationTicket encryption
I use FormsAuthenticationTicket encryption in an ASP.NET WebForms application to create an authentication cookie manually. I recently ported this application to .NET Core and needed FormsAuthenticationTicket encryption to preserve backward compatibility.
Can someone please review this? We have a project that depends on it and we'd like to use the official package. Is there anything we can do to assist?
@CNBoland Did you ever find a solution to this? Need to use FormsAuthenticationTicket also to generate a legacy auth cookie.
@GFoley83 No. We included a copy of the code from my branch in our solution and referenced it as a project reference. You're welcome to fork my fork.
Thank you but I found: https://github.com/dazinator/AspNetCore.LegacyAuthCookieCompat/
Which did exactly what I needed.