You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Adding AuthenticateResult to middleware features and creating specific .NET targets with package for 6, 7 and 8
Enabling storing AuthenticateResult in authentication features, mirroring what ASP.NET Core middlewares do.
Adding framework specific dependencies for .NET 6, .NET 7 and .NET 8.
ASP.NET Core Authentication and Authorization packages reference version 6 of Identity Model packages that causing issues when referenced by this framework.