View On GitHub
reading-notes
Reading Notes for Codefellows!
Project maintained by
AlanYHung
Hosted on GitHub Pages — Theme by
mattgraham
Code 401 ASP.NET
Reading 21
(All My Notes are attributed/sourced from the Resources directly preceding them.)
Summary
Cookies are based around authorization
Cookies are used as claims based checks that requires a user to possess in order to check against what actions the user has access to.
Resources
Claims-based authorization in ASP.NET Core
Author: Microsoft Docs
Article Source
Resources
Introduction to Authentication with ASP.NET Core
Author: Andrew Lock
Article Source
Resources
Part 2: JWT to authenticate Servers API’s
Author: Rachit Gulati
Article Source
<– Back