set domain and uri in eip4361 dynamically #43
Annotations
3 errors
test/taco-auth.test.ts > taco authorization > creates a new SIWE message:
packages/taco-auth/src/eip4361.ts#L37
ReferenceError: window is not defined
❯ EIP4361SignatureProvider.createSiweMessage src/eip4361.ts:37:11
❯ EIP4361SignatureProvider.getOrCreateWalletSignature src/eip4361.ts:30:28
❯ test/taco-auth.test.ts:56:28
|
test/conditions/context.test.ts > authentication provider > supports eip4361:
packages/taco/src/conditions/context/context.ts#L164
ReferenceError: window is not defined
❯ EIP4361SignatureProvider.createSiweMessage ../taco-auth/src/eip4361.ts:37:20
❯ EIP4361SignatureProvider.getOrCreateWalletSignature ../taco-auth/src/eip4361.ts:30:28
❯ ConditionContext.fillContextParameters src/conditions/context/context.ts:164:9
❯ ConditionContext.toObj src/conditions/context/context.ts:82:24
❯ test/conditions/context.test.ts:430:36
|
Build, lint, and test on Node 18.x and ubuntu-latest
Process completed with exit code 1.
|