Hacker News new | ask | show | jobs
by rfk 4829 days 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.
2 comments

This 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).