alpha
Login
or
Join now
tynanpurdy.com
/
atauth
Star
7
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
AtAuth
Star
7
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
atauth
/
ts
/
at
main
1 folder
4 files
Bryan Brooks
Bump version to 1.3.0
7mo ago
922a7a3c
src
Migrate to ESLint 9 with flat config (#8) - Update eslint to ^9.0.0 and typescript-eslint to ^8.0.0 - Add globals package for environment definitions - Convert .eslintrc.json to eslint.config.js/mjs (flat config) - Remove deprecated @typescript-eslint/eslint-plugin and @typescript-eslint/parser - Fix validation test to use correct minimum handle length Closes #5
7 months ago
eslint.config.mjs
Bump version to 1.3.0 - Updated CHANGELOG with dependency updates and Express 5 features - Express 5 migration with async error handling - ESLint 9 flat config with typescript-eslint 8 - All dependencies updated to latest stable versions
7 months ago
package-lock.json
Migrate to Express 5 and Helmet 8 (#9) - Update express from ^4.18.2 to ^5.0.0 - Update helmet from ^7.1.0 to ^8.0.0 - Update @types/express from ^4.17.21 to ^5.0.0 No code changes required - the gateway uses Express patterns fully compatible with v5 (standard middleware, req.body/query/params, res.json/redirect/status methods). Closes #6
7 months ago
package.json
Bump version to 1.3.0 - Updated CHANGELOG with dependency updates and Express 5 features - Express 5 migration with async error handling - ESLint 9 flat config with typescript-eslint 8 - All dependencies updated to latest stable versions
7 months ago
tsconfig.json
Initial implementation of ATAuth library Generic AT Protocol authentication library extracted from tradewars clone. Features: - Token verification with HMAC-SHA256 and constant-time comparison - Session management with trait-based storage (SQLite backend) - IP-based rate limiting - DID and handle validation - TypeScript/React utilities for frontend integration
7 months ago