I created a login form and 2FA form, adding access controls to sensitive information within error logs. Endpoints were reconfigured to require a valid authorization header before allowing data to be returned. Read More
I go through various options that can be used to cache data for the application, specifically database credentials. I review sessions, ram disk, shared memory, apcu, memcache, redis, and databases. Read More