How does one do user authentication and resource authorization?
You can easily do AuthBasic in nginx with a user file
11–20 of 74 posts
How does one do user authentication and resource authorization?
How does one do user authentication and resource authorization?
Is this a "look how cool/flexible nginx is!" article or a real proposal about how to do API's?
very cool, add in some lua scripting and you can get some pretty solid single purpose endpoints: http://wiki.nginx.org/HttpLuaModule maybe not perfect for a whole app but maybe depending on your goals.
@subs: thanks!
Fantastic.