spatie/laravel-personal-data-export

Not uuid compatible

jelleschneiders opened this issue · 2 comments

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.

Feel free to create a PR with tests that takes care of this.

Fixed in latest release