learning_ai_common_plat/packages/auth
Saravana Achu Mac d3fbeba69d test(auth): allow bcrypt hash tests to finish
What changed:
- Added an auth package Vitest config with the existing forks pool and a 15s test timeout.
- Kept production bcryptjs salt rounds and test assertions unchanged.

Why:
- On this machine one 12-round bcryptjs hash can exceed Vitest's default 5s timeout, making the auth suite fail even though the implementation succeeds.

Verification:
- pnpm --filter @bytelyst/auth build
- pnpm --filter @bytelyst/auth test
- pnpm --filter @bytelyst/auth exec eslint . --ext .ts,.tsx
2026-05-04 16:58:50 -07:00
..
src feat(auth): SmartAuth SDK packages — OAuth, MFA, passkeys, devices, RS256, auth-ui 2026-03-12 10:50:56 -07:00
package.json refactor(gitea): robust manifest-based publish pipeline 2026-04-13 01:47:03 -07:00
tsconfig.json feat(auth): add @bytelyst/auth package 2026-02-12 11:19:58 -08:00
vitest.config.ts test(auth): allow bcrypt hash tests to finish 2026-05-04 16:58:50 -07:00