JWT Tokens and Cookies

  • Thread starter Thread starter BruceDB
  • Start date Start date
B

BruceDB

Guest
Developing a web app: Core 3.0 WebAPI with Angular 8 front end.

If I use JWT Tokens for authentication/authorization is there any reason why I would want to also use cookies? In other words, what do cookies allow me to do that JWT Tokens do not?

Thanks,


- Bruce

Continue reading...
 
Back
Top