Hi Brian,
just to clarify the use case, I want users of my open-resty site to be able to authenticate themselves with a third party id (for example facebook, twitter) and also authorize our site to access some of their resources held by thrid party sites (for example facebook, twitter). BTW this is all hypothetical, we dont have a site yet, but we are thinking of using open-resty to build it.
The problem with oauth 2 is every thirdy party site does oauth2 differently, almost nothing is standard. So it would help a lot to have a open library which takes care of these variations. There are such libraries for example in python, _javascript_, ruby etc. Surprisingly nothing in Lua.
If you could point me to some Lua, or openresty resources for this that would be great.
-- srean
On Thursday, April 3, 2014 7:25:39 AM UTC-5, Brian Akins wrote:
I know some people have done oauth2, but do not see any released code either. It should be fairly straight forward.