Not uuid compatible
jelleschneiders opened this issue · 2 comments
jelleschneiders commented
The package is not uuid compatible.
Because you’re exploding the zip file name on the - character to get the user id from the url to check if the user is authorized.
So if you’re using uuid, it will always return a authorized false to the user.
freekmurze commented
Feel free to create a PR with tests that takes care of this.
freekmurze commented
Fixed in latest release