Add t:Plug.Conn.Query.decoder/0 and docs (#1198) #457
Annotations
10 errors and 3 warnings
test (1.10.4, 21.3):
test/plug/csrf_protection_test.exs#L204
test tokens are generated and deleted on demand (Plug.CSRFProtectionTest)
|
test (1.10.4, 21.3):
test/plug/csrf_protection_test.exs#L261
test protected requests with valid host token in params are allowed (Plug.CSRFProtectionTest)
|
test (1.10.4, 21.3):
test/plug/csrf_protection_test.exs#L177
test clear session only for the current running connection (Plug.CSRFProtectionTest)
|
test (1.10.4, 21.3):
test/plug/csrf_protection_test.exs#L214
test tokens are generated and deleted with custom key (Plug.CSRFProtectionTest)
|
test (1.10.4, 21.3):
test/plug/csrf_protection_test.exs#L227
test tokens are ignored when invalid and deleted on demand (Plug.CSRFProtectionTest)
|
test (1.10.4, 21.3):
test/plug/csrf_protection_test.exs#L247
test protected requests with token from another process in params are allowed (Plug.CSRFProtectionTest)
|
test (1.10.4, 21.3):
test/plug/csrf_protection_test.exs#L131
test raise error for invalid authenticity token in params (Plug.CSRFProtectionTest)
|
test (1.10.4, 21.3):
test/plug/csrf_protection_test.exs#L308
test protected requests with valid token in params are allowed (Plug.CSRFProtectionTest)
|
test (1.10.4, 21.3):
test/plug/csrf_protection_test.exs#L190
test unprotected requests are always valid (Plug.CSRFProtectionTest)
|
test (1.10.4, 21.3):
test/plug/csrf_protection_test.exs#L165
test clear session for invalid authenticity token in params (Plug.CSRFProtectionTest)
|
test (1.10.4, 21.3)
:crypto.crypto_one_time/5 is undefined or private
|
test (1.10.4, 21.3)
:crypto.crypto_one_time_aead/6 is undefined or private
|
test (1.10.4, 21.3)
:crypto.crypto_one_time_aead/7 is undefined or private
|