我想使用的Cookie存储在我的asp.net MVC应用程序承载令牌,我想该cookie在每次请求被检查客户端身份验证(我不希望添加“Autentication”报头的前端每个请求) 。 我怎样才能实现呢? 谢谢。
Answer 1:
You can create a cookie provider to handle Authorization. Check this https://alexdunn.org/2017/03/31/asp-net-tips-consuming-bearer-tokens-as-a-cookie/
文章来源: Bearer token authentication with cookie