API Authentication Improvements #30
Labels
bug
Something that's not working as it's intended to be.
core change
A feature request or enhancement that changes an existing feature or behaviour significantly.
Discussion is welcome here.
POST
,GET
) which could allow for a reply-attack to target a different method (i.e. interceptGET
and then change the method toPOST
).Additionally, consider adding a timestamp which could prevent a reply-attack if the time is not withinx
minutes of the server time. This opens up issues with systems that have vastly different times (i.e. differ by hours or days). This can also just be mitigated by using HTTPs.The text was updated successfully, but these errors were encountered: