JadedBlueEyes, claudinec, [snarfed] and bterry joined the channel
#carrvoIt is feasible! I mean, it is feasible to get Apache HTTPd to authenticate a user (before the app) with existing modules (not writing one)! 'Course my first prototype has a huge security hole...
#carrvoIt works like this: follow indieauth-client-php (configuring all endpoints public), except the final step in the redirect is saved to a database instead of the session, then use mod_authnz_external to check their basic "username" against the database to see if they are actively logged in (touch the timestamp on the record).
#carrvoAlso, works better if user's don't enter the scheme part of the URL during Basic (or it will interpret anything after as the password, combined with the password field) and assume the scheme.
jjuran, [manton], GWG, gRegor, thegreekgeek, barnaby, ttybitnik, [morganm], [mattl], [Joe_Crawford], [aciccarello] and jjuran_ joined the channel
#[Joe_Crawford]I love when I forget a post I wrote about a weird PHP behavior. Rediscover it. Share it. And THEN get feedback that prompts me to learn even more weird facts. https://lab.artlung.com/plus-plus-a-string-php/