Using DNS as a thin ID system(scripting.com)4 points·by davewiner·15 anni fa·1 commentsscripting.comUsing DNS as a thin ID systemhttp://scripting.com/stories/2011/03/04/usingDnsAsTheThinIdSystem.html1 commentsPost comment[–]wibblenut·15 anni fareplyNeat. You could drop the HTTP part and use pure DNS:$ dig @auth-ns hashed-password.andy.tel naptrNXDOMAIN on failure, NAPTR record (or a set of records) on success.Your comment about DNS being an API is right on.
$ dig @auth-ns hashed-password.andy.tel naptr
NXDOMAIN on failure, NAPTR record (or a set of records) on success.
Your comment about DNS being an API is right on.