Skip to content
This repository was archived by the owner on Oct 30, 2018. It is now read-only.

v0.3.0-alpha

Pre-release
Pre-release

Choose a tag to compare

@161chihuahuas 161chihuahuas released this 24 Mar 20:26
· 1350 commits to master since this release

This release is alpha-stage and may not be suitable for production systems.

  • Creating a bucket now properly returns all fields
  • Third party public key authentication for bucket token creation implemented
  • Users can register a public key during signup by including a pubkey property
  • Files can now be deleted from a bucket
  • Proper HTTP status codes for various errors
  • Fix security issue with public key validation
  • Fix signature re-use bug caused by bad nonce validation
  • Fix nonce validation on GET and DELETE requests