Aaron Bostick

Results 5 issues of Aaron Bostick

Please see my open issue https://github.com/SitePen/dstore/issues/245

if I do this: ``` new RequestMemory({ idProperty: 'id', target: target headers: { Authorization: 'Bearer abcd' } }) ``` The bearer token for my JWT is not sent with the...

… on redirect. formAction is not encoded. So if your next URI has a query string, its then a query string in side a query string and breaks. Wrapping in...

Validate the hosted domain parameter (hd) when used on the initial oauth uri. Just specifying hd=yourdomain.com is not enough to ensure only your domain authenticates. Google returns the authenticated hosted...

I am not using ES6 at all so the import examples do not help me. To get it working for me, I had to use: angular .module('module', [ 'ngSanitize', 'ng1bs4.library'...