Re: Protecting URIs with OAuth2

2014-02-11 Thread Jonathan Matthews
On 11 Feb 2014 06:33, "kate_r" wrote: > > Hi > > Does anyone know how to protect an URI with OAuth authentication? the > upstream sever is already capable of issuing new tokens, but I'm hoping that > nginx can check the access token for certain URIs. In my experience, you can easily use nginx to

Protecting URIs with OAuth2

2014-02-10 Thread kate_r
Hi Does anyone know how to protect an URI with OAuth authentication? the upstream sever is already capable of issuing new tokens, but I'm hoping that nginx can check the access token for certain URIs. Thanks! Posted at Nginx Forum: http://forum.nginx.org/read.php?2,247374,247374#msg-247374 ___