PreviousNext

Anti-Forgery Tokens and ASP.NET Core APIs

by bill-s, 2017-02-04T23:16:23.000Z

In modern web programming, you can never have too many tokens. There are access tokens, refresh tokens, anti-XSRF tokens, and more. It’s the last type of token that I’ve gotten a lot of questions about recently. Specifically, does one need to protect against cross site requests forgeries when building an API based app?

Read More