You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So while thinking about the idea of authenticated streams using passport, and it occured to me that you just needed a standard way to represent an http request as a graft message. turn those messages into http requests , and turn the responses back into graft messages.
so you could mount an http server or express stack as a stream function. that would allow you to mount passport on it, and do some other pretty nifty things.
So while thinking about the idea of authenticated streams using passport, and it occured to me that you just needed a standard way to represent an http request as a graft message. turn those messages into http requests , and turn the responses back into graft messages.
so you could mount an http server or express stack as a stream function. that would allow you to mount passport on it, and do some other pretty nifty things.
maybe even something like this for graft : http://hueniverse.com/2015/06/02/introducing-chairo-a-hapi-js-microservices-plugin/
The text was updated successfully, but these errors were encountered: