Replies: 1 comment 1 reply
-
@Tratcher can you recommend anything? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Could you recommend any deep dive book that describes the internal Kestrel architecture. Most of the books focus on the ASP.NET, MVC, Razor etc. while I am mostly focused on all the available middlewares and their configurations.
What I am attempting to write is a reverse proxy that:
I am trying to use embedded Cookie and Authentication middlewares but so far I am failing in properly configuring them.
Would you recommend to implement it on my own or try to reuse some of OAuth + Cookies middeware?
Beta Was this translation helpful? Give feedback.
All reactions