8 ms·
I recently set up my personal domain as an identity provider, using static HTML/javascript files and a bit of crypto: https://www.rfk.id.au/blog/entry/person
by rfk 13y ago
I recently set up my personal domain as an identity provider, using static HTML/javascript files and a bit of crypto:
https://www.rfk.id.au/blog/entry/persona-identity-provider/
There are some things to be mindful of w.r.t. security in this approach, but it seems to work very nicely for me.
- vdm 13y agoClickable: https://www.rfk.id.au/blog/entry/persona-identity-provider/ https://www.rfk.id.au/blog/entry/persona-identity-provider/
- teach 13y agoThis is a ridiculously helpful blog post and it's right up my alley. I have a single-user (vanity) domain, and hate futzing with databases. The those that haven't read this link: his implementation is done 100% with static files. Clever and looks secure enough to me (though I'm no crypto guy).