Lucas Machado

Results 3 comments of Lucas Machado

To anyone needing to access the context, I solved this by using the following initialization configuration: ```javascript import {nextCsrf} from "next-csrf"; const { csrf, setup : setupFramework } = nextCsrf({...

> @machadolucas That example is not working. It will not set `XSRF-TOKEN` cookie and you will get a 403 status code. It does work with me. Have you also added...