stack-auth 0.34.0-alpha.4

Authentication library for CipherStash services
Documentation
1
2
3
4
5
6
7
["test:integration:stack-auth"]
description = "Run stack-auth Node.js integration tests"
dir = "{{config_root}}/packages/stack-auth/node"
run = [
  "npm ci",
  "npm test",
]