Douglas Galdino
Douglas Galdino
A watch/respawn feature for Typescript would be cool.
@StevenVerbiest Maybe you are looking for something like this? https://github.com/kkemple/graphql-auth Another way to authenticate is through schema fields, you can do so by using Schema Directives.
Nevermind, `graphql-auth` doesn't seem to be compatible with `fastify-gql` at the moment.
I actually built one myself, with the same idea. ``` export const withAuth = (rolesAllowed: Array, next: any) => ( root: any, args: any, context: any, info: any, ) =>...
It seems it's only making a way to expect the key to be one or the other, though if they support the multi validation type for the value, it could...
Seems like the biggest additions are in the example project. So, maybe it's doesnt take that much effort to add into the project. https://www.callstack.com/blog/migrating-a-react-native-library-to-the-new-architecture Edit: It's actually 2 projects. `example`...
Done https://github.com/denosaurs/bench/pull/52
I recently added hyper-express that uses uWebSocket, results should be very close. While hyper-express has much more easy to use functionality than uWebSocket.
Why not make use of github actions to build to all operating systems? Windows, Macos, Linux (main distros), then set it to put into the releases page. https://docs.github.com/en/actions/using-jobs/choosing-the-runner-for-a-job#choosing-github-hosted-runners If you...
Hey, I saw more talk on this issue https://github.com/undergroundwires/privacy.sexy/issues/59 that seemed somewhat related to this. Is this going to be moving forward? I noticed that it was removed from milestone.