Skip to content

1.0.0-alpha.1

Compare
Choose a tag to compare
@jrnewton jrnewton released this 01 Apr 23:24
· 59 commits to main since this release

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