RevereCRE / relay-nextjs

⚡️ Relay integration for Next.js apps
https://reverecre.github.io/relay-nextjs/
MIT License
251 stars 30 forks source link

feat: you can now pass props to the script. #24

Closed 0xHexE closed 3 years ago

0xHexE commented 3 years ago

This will be helpful when you want to pass nonce to the script.

0xHexE commented 3 years ago

We have a policy of strict CSP. Which needs to sign the every script or need to add a nonce to the script attribute. To fix this one I opened this PR.

0xHexE commented 3 years ago

Screenshot from 2021-08-03 20-22-37

0xHexE commented 2 years ago

can you publish this version?

rrdelaney commented 2 years ago

Sorry about that, published as v0.4.1 😄

0xHexE commented 2 years ago

Thanks