Of pertinent choices, long hauls, and short falls
Today’s dose of life saving refreshes for me comes as always from the SQL land. At crisp, the authentication flows were based on user tokens delivered through authorisation headers. The token itself used to be computed at the application layer. When I started to rewrite an older project from scratch using MySQL for the database [and my data layer], was looking to see if this could be offloaded to the database layer. ...