move JWT validation to package

This commit is contained in:
Devin Zuczek
2026-07-09 20:14:23 -04:00
parent cb48cefa7d
commit bdebc50075
35 changed files with 102 additions and 530 deletions
+1
View File
@@ -0,0 +1 @@
export { validateAndGetAccountId, generateToken, TOKEN_TTL_SECONDS } from './jwt'