heike2718 / minikaenguru

Minikänguru Monorepo
GNU Affero General Public License v3.0
0 stars 0 forks source link

add XSRF protection on client and server #94

Open heike2718 opened 4 years ago

heike2718 commented 4 years ago

HttpClientXsrfModule.withOptions({ cookieName: 'XSRF-TOKEN', headerName: 'X-XSRF-TOKEN' })

heike2718 commented 4 years ago

https://spring.io/blog/2011/11/30/cross-site-request-forgery-and-oauth2