1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
mperham--sidekiq/lib
Mike Perham 47bc87034f Refactor and clean up CSRF protection code
1. Remove unused methods
2. Remove unused and unnecessary features
3. Add basic tests

The session token is stored server-side and never given to the client.
A masked token is generated for each request which can be inserted into forms to be POSTed.
2020-06-03 16:06:36 -07:00
..
generators/sidekiq Follow generator configuration to determine the resulting test file (#4371) 2019-11-11 10:37:39 -08:00
sidekiq Refactor and clean up CSRF protection code 2020-06-03 16:06:36 -07:00
sidekiq.rb Fix: Strict ordering must be followed for queues without weights specified by -q (#4554) 2020-05-05 13:00:48 -07:00