3

In nim the jester module does web API servicing, which I'm grateful for, but do we have support of cross site anti forgery tokens ? (against CSRF attacks)
like ASP.net provides.

v.oddou
  • 6,476
  • 3
  • 32
  • 63

1 Answers1

1

No. There is a request to add support for sessions, but it's still open.

AJPerez
  • 3,435
  • 10
  • 61
  • 91
momf
  • 26
  • 2