Peter Kieltyka

Results 138 comments of Peter Kieltyka

just FYI -- I've been considering a design to add streaming support to webrpc, and I feel the additional complexity and difficulty to support streaming for all uses, isn't worth...

thought of a new approach using chunked transfer encoding that will work quite well :) or http2 streaming would work about the same. However, websockets as a persistent connection without...

Yea I agree. I’ll send another note later to add more thoughts on this, thanks for the feedback

thanks @jeberly :) really appreciate your enthusiasm, let me know if you guys actually try webrpc and how it works out for ya. a doc generator is a great idea,...

thanks @g5becks that is quite a substantial bit of work and example, this is awesome

@cedricwalter thanks for the report -- I've noticed you closed this ticket -- did you find a solution? any updates on your experience? thanks

Cool thanks. I'll reopen for us to look into some time in the future

@aalmada yes we will – it will be an easy upgrade too. curious which parts you prefer in this implementation?

new underlying jwt lib switched to https://github.com/lestrrat-go/jwx which has jwk support -- could make for a useful PR sometime to adapt jwtauth to be more powerful given new lib

note, underlying lib in master has changed to https://github.com/lestrrat-go/jwx but jwtauth api is largely the same