Re: Writing a new auth module - request for comments

2015-06-18 Thread Senko Rasic
d likely do that. But the motivation for the module is to avoid forcing users to do these one-off auth services, and instead just compile in and use a module that provides this. Best, Senko On Wed, Jun 17, 2015 at 5:29 PM, Valentin V. Bartenev wrote: > On Wednesday 17 June 2015 11:25:33 Senko Ra

Writing a new auth module - request for comments

2015-06-17 Thread Senko Rasic
Hi, I'm writing a new module (out-of-tree) for supporting authentication using Stormpath's user management API (https://stormpath.com/). Basically, the module makes one or more HTTP requests to the Stormpath API to determine if the client request should be authorized to access a location or not.