Added
- Create users with randomly generated tokens to use the REST API
- Auth token validation in `add` and `delete` requests
- Updated documentation to add and delete variants using the APIs
Fixed
- Docker action that didn't push 2 tags for a new release, just the "latest"
- Dockerfile faster to build and cleaner code
- Modified jwt.decode params to be compliant to PyJWT v2.0
- Bug when trying to delete variants for samples not in dataset
- Bug when variant samples do not correspond to dataset samples
Changed
- `add` and `delete` API are returning async responses
- Renamed entry point command `cgbeacon2` to `beacon`