Community
Participate
Working Groups
The authentication system should have a mechanism to grant authorization to anonymous users. Requests with no user header would be assigned to the "anonymous" user. As an example use case, I might want to allow my projects to be globally readable (only GET). For an open source project this might even be the default. We should also disallow clients from creating a real user called "anonymous"... this user name should be reserved for internal use.
This is deferred to post 0.2 release.
I do not think we plan to do this.