sargant / dfyb.run

A tool that lets you add your parkrun 🏃‍♂️💨 barcode to your iPhone 📱 and Apple Watch ⌚
https://dfyb.run
BSD 3-Clause "New" or "Revised" License
53 stars 9 forks source link

Validation #1

Open sargant opened 2 years ago

sargant commented 2 years ago

It's a completely naive implementation at the moment, with zero validation.

Some thoughts on what validation could encompass:

Also - should validation be done on both client & server, or server only? As the pass is retrieved by redirecting to a different URL, we can render a different page with an error message instead.

sargant commented 2 years ago

Partially implemented by #9 and #11