Psifi-Solutions / csrf-csrf

A utility package to help implement stateless CSRF protection using the Double Submit Cookie Pattern in express.
Other
120 stars 18 forks source link

Build/support versioned branches #69

Closed psibean closed 2 months ago

psibean commented 2 months ago

Need to keep in mind that the branches property doesn't use regex values. It uses fnmatch from ruby. It's a bit of a pain in the ass, but for now this will do until we hit v10.

This change should ensure PR's targeting v3.x.x and eventually v4.x.x get built and tested checks against them.

davidgonmar commented 2 months ago

I am late but looks good to me👍