Hello!
On Tue, Mar 8, 2016 at 11:16 PM, Sil wrote:
> I wanted to use Oauth along with Nginx. I wanted to resuse the token
> generated by calling my OAuth provider to be added to the subsequent headers
> to my backend services. I am not familiar, how this can be done using nginx
> or with open resty.
>
> token <- get the token from the oauth provider
> call-backend-services(token)
>
I think you can try googling "openresty oauth" and I'm sure you can
find something :)
Regards,
-agentzh