Releases: jrnewton/tapedeck-client
Releases · jrnewton/tapedeck-client
1.0.0-alpha.2
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
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