Community Page
- www.kyle-brady.com/ Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- Hi Kyle, Thanks! At least now I know that it's really not just me, and what is happening, even though it is not right, it normal. I am probably going to continue with the daily resends for a...
- Hi C., Facebook is famous for ignoring user emails - there's not a whole lot you can do. The only reason I got a response/reaction is because I "know someone who knows someone" who...
- Hi, I am currently having trouble logging into my Facebook account since I changed one of my contact email addresses associated with the account a month ago. I have contacted Facebook through...
- True. That's a much better way to phrase it. Fixed now. Thanks --Kyle
- Murder means intentional homicide I think you mean more along the terms of unintentional manslaughter.
Kyle Brady: A Blog
thoughts on life, code, and things
After some feedback, I revised my idAuth proposal [original post, first proposal] to include a better end-user experience, via cookies.
idAuth Proposal, Take 2 (PDF)
idAuth Proposal, Take 2 (OpenOffice)
idAuth Proposal, Take 2 (Word) ... Continue reading »
idAuth Proposal, Take 2 (PDF)
idAuth Proposal, Take 2 (OpenOffice)
idAuth Proposal, Take 2 (Word) ... Continue reading »
1 year ago
I'm not a member of SID, so not sure what's being discussed, but the cookie idea can be problematic since the blog comment system will be unable to read cookies set by the aggregator (unless they are in the same domain). This is why federated auth systems implement an intermediate redirect, passing encrypted information in the querystring and ultimately two cookies get set, one in each domain. (Or backend web-service calls are made.)
1 year ago
Thanks!
I understand the cookies are going to be a problem, and I'm aware that there are a few domain restriction workaround attempts, but I wanted to have somewhere to start. How it actually works (from a technical perspective) is going to be part of the process...
In the same vein, I want to specifically avoid a "true" auth system, at least for now, because of the high-cost of the user experience... I don't want this to be used by the tech elite. I want this to be used by grandma. ;-)
--Kyle
1 year ago
The idAuth idea plays nicely with the "commenter's bill of right" posted over at Disqus. To enforce these rights, a system of definitive comment ownership is needed.
http://bigheadlabs.com/~daniel/draft/acommenter...
Things are headed in the right direction!