Goran Gligorin

Results 3 issues of Goran Gligorin

I install node 6.4.0 freshly today and it came with npm 3.10.3. Running `npm -g outdated` told me, the latest version is 3.10.6, which is the same info that's displayed...

I've got an object that has discriminated unions within discriminated unions: ```json [ { "_id": "98439752-0cd4-406b-982f-1bbf1df5480d", "type": "data", "subtype": "subtype-1", "data": { "id": "a8d44d3f-c18a-4178-990c-f543ab8f3a8d", "url": "https://www.google.com", "title": { "en": "English...

Hello, I've been using this to authenticate users into my application, but would now like to enable 3rd-party integrations. Can this functionality be somehow modified to create API keys, so...