How to Set AuthenticationHandler.Options #26895
Answered
by
mysteryx93
mysteryx93
asked this question in
Q&A
-
This allows me to change CookieAuthenticationHandler into a custom BlazorCookieAuthenticationHandler.
but... what if I just want to change its options? I want to set CookieAuthenticationOptions.CookieManager, how can I do that? I tried creating BlazorCookieAuthenticationHandler and modifying the options in the constructor but that didn't work. |
Beta Was this translation helpful? Give feedback.
Answered by
mysteryx93
Oct 14, 2020
Replies: 1 comment
-
Forget this. Just editing CookieManager won't solve my problem. It's the CookieAuthenticationHandler that needs to be edited, just as already described. There's no "delete post" button on GitHub? |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Tratcher
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Forget this. Just editing CookieManager won't solve my problem.
It's the CookieAuthenticationHandler that needs to be edited, just as already described.
There's no "delete post" button on GitHub?