commit | 3cea582c5a5f63c4d9eff37162bce9c5956cfc8d | [log] [tgz] |
---|---|---|
author | Asim Shankar <ashankar@google.com> | Mon May 11 20:06:43 2015 -0700 |
committer | Asim Shankar <ashankar@google.com> | Mon May 11 20:07:00 2015 -0700 |
tree | 74ed4273879ab6c476748737b4202ef1fa1b0b32 | |
parent | cef93575ecb021e7733b255f5600997e3f98457b [diff] |
services/identity: Get rid of email classification. The "email classifier" feature of identityd, which allowed it to generate different blessings based on the email address of the requestor is no longer a used feature, so remove it (and save some complexity). Furthermore, for the identityd instance on https://dev.v.io/auth, the plan is to have it start issuing shorter blessings of the form: "dev.v.io/u/<email>" instead of the current "dev.v.io/root/users/<email>". And in doing so, identityd will not longer add the "users" prefix since it will be running as "dev.v.io/u". This commit prepares identityd to work with both the new ("dev.v.io/u") and old ("dev.v.io/root") blessings. Some code will be cleaned up once the transition happens in production. Closes vanadium/issues#468 Change-Id: I8c7dbe96f719e2e64b2315df13828e400fb94b7f
This repository contains a reference implementation of the Vanadium APIs.
Unlike the APIs in https://github.com/vanadium/go.v23, which promises to provide backward compatibility this repository makes no such promises.