Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add FormsAuthenticationTicket encryption #23

Open
wants to merge 2 commits into
base: update-netcore-3
Choose a base branch
from

Conversation

CNBoland
Copy link

@CNBoland CNBoland commented Mar 6, 2021

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.

@CNBoland
Copy link
Author

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?

@GFoley83
Copy link

@CNBoland Did you ever find a solution to this? Need to use FormsAuthenticationTicket also to generate a legacy auth cookie.

@CNBoland
Copy link
Author

@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.

@GFoley83
Copy link

Thank you but I found:
https://github.com/dazinator/AspNetCore.LegacyAuthCookieCompat/

Which did exactly what I needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants