Patrick

Results 5 issues of Patrick

Added support for the PATCH HTTP method. Updated extension files according to Google's recommendation (otherwise the extension will be "killed" during 2013).

I use the PATCH method (http://tools.ietf.org/html/rfc5789) when I implement REST services for large entities. It would be nice to have the option to select PATCH as the method. It does...

Today I spent more time than I care to admit chasing down a bug in my authentication mechanism. I kept getting correctly looking JWTs, but they would not be accepted...

I find it a little confusing that I have to do the following in order to set an expiration - am I just missing something? ```js const claims = {...

I just had a case where 1 project in a longer list was still in the `0.x` phase. I was bumping majors and did not notice in time that I...

question