Re: PassportJS with OpenWhisk

2017-05-08 Thread Matt Rutkowski
spec and test cases. -Matt From: Dascalita Dragos To: dev@openwhisk.apache.org Date: 05/08/2017 06:54 PM Subject: Re: PassportJS with OpenWhisk Thanks everyone for the feedback. > "...we currently don't have passport installed in nodejs6action runtime, to u

Re: PassportJS with OpenWhisk

2017-05-08 Thread Dascalita Dragos
#x27;t use the .js as your doc show > right? > > [1] > > https://medium.com/openwhisk/deploying-express-js-apps-to-openwhisk-part-1-9133ba5f262c > [2] https://www.npmjs.com/package/openwhisk-expressjs > [3] https://github.com/lionelvillard/openwhisk-expressjs > > &

Re: PassportJS with OpenWhisk

2017-05-08 Thread Carlos Santana
d/openwhisk-expressjs --Carlos On Mon, May 8, 2017 at 11:30 AM James Thomas wrote: > This looks amazing! Great work - will have to try it out. > > On 7 May 2017 at 23:03, Dascalita Dragos wrote: > > > Recently I’ve been trying to see if we can reuse PassportJS with >

Re: PassportJS with OpenWhisk

2017-05-08 Thread James Thomas
This looks amazing! Great work - will have to try it out. On 7 May 2017 at 23:03, Dascalita Dragos wrote: > Recently I’ve been trying to see if we can reuse PassportJS with OpenWhisk > in order to create a User Authentication experience in a Serverless > fashion. PassportJS is a Nod

Re: PassportJS with OpenWhisk

2017-05-08 Thread Matt Rutkowski
05/07/2017 05:04 PM Subject: PassportJS with OpenWhisk Recently I’ve been trying to see if we can reuse PassportJS with OpenWhisk in order to create a User Authentication experience in a Serverless fashion. PassportJS is a Node library that supports 300+ authentication providers and

PassportJS with OpenWhisk

2017-05-07 Thread Dascalita Dragos
Recently I’ve been trying to see if we can reuse PassportJS with OpenWhisk in order to create a User Authentication experience in a Serverless fashion. PassportJS is a Node library that supports 300+ authentication providers and this is what made it appealing. The use-case I was after was to