JSON RPC Authentication Extended

In what I am working on for Greg at ChannelPace I have need to start building an API system. After a great deal of looking at the various methodologies available I decided that using JSON RPC was what was needed but the core did not allow for a simple authentication system, so I cooked an extension to the specification JSON RPC Authentication Extension although apparently not well regarded by the original specification group my extension allows for a simple and effective way to easily allow a client to request service from a server with authentication easily without relying on language or protocol methodologies which was supposedly one of the main aims of the original specification.

The github is a php implementation of JSON RPC with my extension embedded.