jovandeginste / workout-tracker

A workout tracking web application for personal use (or family, friends), geared towards running and other GPX-based activities
Other
945 stars 31 forks source link

Allow API access via JWT authentication #60

Closed jovandeginste closed 5 months ago

jovandeginste commented 5 months ago

When we want to use the API from the web interface (eg. to update statistics), we will authenticate using the JWT token instead of the API key. This change should allow this.