Secure Tennis Analytics
Visualize every match with powerful, personalized tennis analytics.
Create a free login, enter match stats through a guided form, and see charts update instantly. Passwords are hashed server-side with bcrypt and your data lives safely in your own AWS DynamoDB tables.
Bcrypt hashing
DynamoDB storage
Persistent match history
Session cookies
Welcome back
Security notes
- Your password is hashed with bcrypt before storage.
- Credentials are persisted in your AWS DynamoDB table.
- Sessions are signed and stored in an HTTP-only cookie for 7 days.