proofcarryingdata / zupass

Zuzalu Passport
259 stars 64 forks source link

Fix build warnings for ZuAuth example #1804

Closed robknight closed 4 weeks ago

robknight commented 4 weeks ago

Closes https://linear.app/0xparc-pcd/issue/0XP-766/zuath-build-warning

Fixes a warning that NextJS was giving for the use of cookies(). It turns out that the warning only occurs if you call cookies() inside a try/catch block.

Also fixed a type mismatch that iron-session has with the NextJS cookie store type, by directly depending on @types/cookie 0.6.0.