LuvDaSun / SkiffaGenerator

ISC License
2 stars 2 forks source link

Bug: Typescript error when using authentication #109

Closed mgm1313 closed 2 weeks ago

mgm1313 commented 2 weeks ago

I created a minimal reproduction, you can see the TS error on this line: https://github.com/mgm1313/SkiffaExamples/blob/bug/register-operation-handlers/packages/npm/reverse/src/server.ts#L19

elmerbulthuis commented 2 weeks ago

check out -> https://github.com/mgm1313/SkiffaExamples/pull/1 <-

So the authorizatoin model should be the same on the handlers and the server! then it works

mgm1313 commented 2 weeks ago

Makes sense, thanks!