stack-auth 0.34.0-alpha.5

Authentication library for CipherStash services
Documentation
1
2
3
4
5
6
7
8
9
["test:integration:stack-auth"]
description = "Run stack-auth Node.js integration tests"
dir = "{{config_root}}/packages/stack-auth/node"
run = [
  "npm ci",
  "cargo build -p stack-auth-node --features stack-auth-node/test-utils",
  "cp ../../../target/debug/libstack_auth_node.dylib stack-auth-node.node 2>/dev/null || cp ../../../target/debug/libstack_auth_node.so stack-auth-node.node",
  "npx vitest run",
]