Skip to content

Release v0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Jun 09:27
· 13 commits to master since this release

0.1.0 (2024-06-05)

Screenshost

Login: (/app/login)

Screenshot 2024-06-07 at 13 18 23

Setup Flow: (/app/setup)

Screenshot 2024-06-07 at 13 19 23

Features

  • Input Validation has been implemented (c2f0488)
  • Password hashing has been implemented with using pbkdf2 (a4310bd)
  • Restructure URL naming for strava endpoints (c48452b)
  • Setup flow and protected API flow implemented (a35009b)
  • ui: Login and setup flow have been implemented (d91c295)

Bug Fixes

  • Fixed swagger documentation (97c992f)