Skip to content

Releases: jrnewton/tapedeck-client

1.0.0-alpha.2

23 Apr 03:25
Compare
Choose a tag to compare

Release Notes

  • Auth flow using vue router and vuex
  • Accessibility improvements
  • V1 of "Your Archives" page
  • Stubs for other pages

1.0.0-alpha.1

01 Apr 23:24
Compare
Choose a tag to compare

Release Notes

The most basic client features

  • Authentication via AWS Cognito (using Amplify library but my own UI elements).
  • Auth supports create, verify and login.
  • Auth flow is custom code and not idiomatic Vue code.
  • Auth/session data is not saved in browser so a new login is required with each archive request.
  • See the corresponding tapedeck-api release