David Moore

Results 25 comments of David Moore

@jaredpalmer Are there plans to merge `currentFields` or what ever you would like to call it in as per your post on Jun 13?

Hey all, I have decided to create a httpOnly cookie solution for amplify auth. @philipjames44 Feel free to check it out: https://github.com/nitrictech/amplify-secure-js It's new and we are open to contributors.

@rluders we could look at introducing https://turborepo.org/ into the mix. Then we would have the docs and storybook under apps and the library under packages within a monorepo.

> For those of you sticking on v2.0.1 to avoid the issue, what version of node are you using? For me, currently on v20.8.0. Windows 11

Yes, the node processes don't all get killed in version 3. At least on windows, not sure about other platforms.

Research of cloud provider API gateway pulumi configs: AWS: Seems pretty easy, just put them in apigatewayv2.NewApi - allowCredentials - allowHeaders - allowMethods - allowOrigins - exposeHeaders - maxAge Azure:...

Another item for discussion. Should we also include bucket CORS configuration as a new ticket?

Started work on proto contracts / integration with AWS.

> Is the Bucket CORS suggestion for people who want to access the bucket from a resource other than our API? Yes, but should be a new ticket if we...

This has been completed and is ready for review (in this order): - https://github.com/nitrictech/nitric/pull/539 Then - https://github.com/nitrictech/cli/pull/595 - https://github.com/nitrictech/node-sdk/pull/206