1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

vweb: adding a vweb.csrf protection module (#15586)

This commit is contained in:
flopetautschnig
2022-09-06 12:18:39 +02:00
committed by GitHub
parent 95a328be98
commit 1c63ce479c
5 changed files with 155 additions and 0 deletions

View File

@ -127,6 +127,7 @@ const (
'vlib/v/tests/orm_joined_tables_select_test.v',
'vlib/v/tests/sql_statement_inside_fn_call_test.v',
'vlib/vweb/tests/vweb_test.v',
'vlib/vweb/csrf/csrf_test.v',
'vlib/vweb/request_test.v',
'vlib/net/http/request_test.v',
'vlib/net/http/response_test.v',
@ -172,6 +173,7 @@ const (
'vlib/clipboard/clipboard_test.v',
'vlib/vweb/tests/vweb_test.v',
'vlib/vweb/request_test.v',
'vlib/vweb/csrf/csrf_test.v',
'vlib/net/http/request_test.v',
'vlib/vweb/route_test.v',
'vlib/net/websocket/websocket_test.v',