Fixing an issue with CSRF tokens in Laravel with EZproxyI wrote recently about an issue I had been investigating where CSRF validation checks were failing for AJAX requests for some users. It…Aug 10, 2020Aug 10, 2020
CSRF checks fail with a standard EZproxy instanceTL;DR — with a standard config, EZproxy filters out headers with the names X-CSRF-TOKEN and X-XSRF-TOKEN. Any CSRF validation checks that…Aug 5, 2020Aug 5, 2020
Turning subreddits into playlistsThe plan was to make an app that would call the reddit API to get the top n posts from a given subreddit, filter out any that aren’t just aJan 12, 2020Jan 12, 2020
Keep API secrets secret with Gitlab CI and WebpackIf your app communicates with any 3rd party APIs, it’s likely to need to use some pieces of information to identify itself, such as IDs…Apr 24, 20181Apr 24, 20181