-
Notifications
You must be signed in to change notification settings - Fork 10.2k
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
API Review for System.Web adapters (Part 3): Session/Auth #42092
Labels
area-networking
Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions
Milestone
Comments
This was referenced Jun 8, 2022
Thank you for submitting this for API review. This will be reviewed by @dotnet/aspnet-api-review at the next meeting of the ASP.NET Core API Review group. Please ensure you take a look at the API review process documentation and ensure that:
|
API Review Notes:
|
12 tasks
With some of the changes we've done, it makes sense to continue the API review on the single issue #42091 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
area-networking
Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions
Background and Motivation
We've been developing some adapters to help with migrating from ASP.NET Framework that adapter the
System.Web.HttpContext
to theMicrosoft.AspNetCore.Http.HttpContext
. We've released Preview 1 and would like to review the API shape.This issue focuses on the APIs for session and authentication.
NOTE: Session is currently a separate package
Microsoft.AspNetCore.SystemWebAdapters.SessionState
because it relies onSystem.Text.Json
to serialize/deserialize session state. However, this is limited to a single service, that some people may want to override. The rest of the infrastructure may make sense in the baseMicrosoft.AspNetCore.SystemWebAdapters
package.Related API Designs:
Proposed API
Usage Examples
Remote app session and authentication
ASP.NET Core
ASP.NET Framework
Wrapping
Microsoft.AspNetCore.ISession
The text was updated successfully, but these errors were encountered: