UNPKG

@ydbjs/auth

Version:

Authentication providers for YDB: static credentials, tokens, anonymous, and cloud metadata. Integrates with the core driver for secure access.

10 lines (8 loc) 166 B
import { defineProject } from 'vitest/config' export default defineProject({ test: { name: 'auth', include: ['src/**/*.test.ts'], environment: 'node', }, })