december adventuring
work in wip progress: i have a short python cgi that implements enough of OIDC (Open ID Connect, based on OAuth2) that you can click a link on my site to "sign in with google"
i receive what you told google your name and email address is, signed by google
i stick that into your browser cookies so i don't have to store it
next step: get haproxy to parse and verify it to let you see the secret pages, if i like you
maybe replace with my own, shorter, signed cookie

what other clever hacks could i do with a lil lua plugin to haproxy!


