tana-auth 0.1.1

Authentication and JWT utilities for Tana with Ed25519 signatures
Documentation
{
  "name": "@tananetwork/auth",
  "version": "0.1.1",
  "type": "module",
  "description": "JWT authentication utilities for Tana using Ed25519 signatures",
  "main": "src/index.ts",
  "exports": {
    ".": "./src/index.ts"
  },
  "scripts": {
    "test": "bun test"
  },
  "dependencies": {
    "@tananetwork/crypto": "^0.2.2"
  },
  "devDependencies": {
    "@types/bun": "latest"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/tananetwork/tana-auth"
  },
  "keywords": [
    "tana",
    "auth",
    "jwt",
    "ed25519",
    "blockchain",
    "authentication"
  ],
  "author": "Tana Network",
  "license": "MIT OR Apache-2.0"
}