- From: Binyamin <7raivis@inbox.lv>
- Date: Sat, 9 Jan 2016 22:44:55 +0200
- To: melvincarvalho@gmail.com, soiland-reyes@cs.manchester.ac.uk, sam.e.giles@gmail.com, public-webapps@w3.org
- Message-ID: <CABj=UkKo+y_vM87C+f_+O7DmKvH669jwbRh-JAoxs4un1HZdEQ@mail.gmail.com>
בע"ה None of your mentioned techniques (WebID, FOAF+SSL, OAuth, navigator.id) seems covering my proposal. What I meant is simple JavaScript API to read browser/machine logged/synchronized/identification user profile data. For example return in Chrome { name: "Me", surname: "Surname", email: "me@gmail.com", birth: "31/12/1999", country: "USA" } when logged/synchronized profile me@gmail.com in Chrome (profile per browser, etc.). Is there any way to make it valid, safe and only-readable in a way to use it as a "logging/identification profile" in any website? Binyamin On Sat, Dec 12, 2015 at 9:50 PM, Binyamin <7raivis@inbox.lv> wrote: > בע"ה > > Hi, > > I purpose to implement Personal Identity API (I have not jet found > anything similar to it). > > This days all recent browsers (Chrome, Firefox, Opera, Edge, etc.) and > devices (Android, iOS, Firefox OS, etc.) prefers or requires Signin with > user personal identification data (at least email/phone). > It would be great to share/receive that data with Web "Personal Identity > API" with simple respond like > > { > name: "Name", > surname: "Surname", > email: "name@mail.com", > birth: "31/12/1999", > country: "USA" > // key: "validation-key" > } > > It can very ease user identification (for Singup), maybe even > authentication for Signin (need to discuss the secure validation if any), > be used for user analytic, etc. > > Currently many apps uses SSO (Single sign-on, > https://en.wikipedia.org/wiki/Single_sign-on) with different APIs and > protocols. It still requires server-side authentications. > Browsers/OSs has to validate the main personal identification data > (email/phone). Share the data after user acceptation similar to other APIs > like Geolocation API (demo http://html5demos.com/geo). > I am only wondering if it in any way could be used in save way as a Signin > authentication? Maybe by uses some encrypted validation key? > > > Binyamin >
Received on Saturday, 9 January 2016 20:46:02 UTC