dfliess

Results 14 issues of dfliess

I understand that to fill a user profile when registering with local strategy I have only one approach: The ooth client must do the following: 1. Register 2. Authenticate 3....

When using ooth-jwt and tokenLocation: 'both' or 'body' reset password from ooth-local breaks as send a token in the body and ooth-jwt tries to parse it and says jwt malformed....

I was receiving an error on authentication when calling ooth.method(). Debuging code I found https://github.com/nmaro/ooth/blob/c4d12242ef9fbb2fbbc63140a3feffdc5d64b2c7/packages/ooth-client/src/index.ts#L133 and I think it should be ``` actualHeaders.Authorization = `JWT ${this.token}`; ```

I'm using ooth on an integrated express server with sessions stored on a Mongodb. In the documentation it's says > Securing a resources API > If your API is provided...

The generated project does not install with npm install I've used npm-upgrade package but no luck. it would be great to have an updated version, maybe with gulp as the...

Hi! First of all thanks for making and publishing this project. I'm trying it and found difficult to make a template with grouping. Can you add an example ? Also...

enhancement

Hi, are you planning to add TypeORM support or is the project abandoned ? how would you approach it ?

Hi, Here you have the code if you would like to use /statuses/lookup entry point ``` javascript /* * LOOKUP Statuses /tweets by ids */ Twitter.prototype.lookup = function(ids, params, callback)...

When Blending two images and applying a 2D effect for changing one image position you get a strange behaviour where pixels get repetead. ``` html Seriously.js Camera Demo (function() {...

Bug

It would be nice if the transform function can handle arrays as return values so that a transformation can return multiple keywords.