Based on following sources and reading several recommendations, I think this would be a good method to generate unguessable nonces.
`base64_encode(random_int(0,16).random_bytes(16));`
https://www.php.net/manual/en/function.uniqid.php
https://www.php.net/manual/en/function.random-int.php