Securing client-side public API access with OAuth 2 and Symfony (codevate.com) 44 points by riaface 10y ago ↗ HN
[–] dalbin 10y ago ↗ By looking at the random generated credentials, it seems the entropy is low.In the source code [github], base_convert is used, the documentation write :WARNING: base_convert() may lose precision on large numbers.My PHP is little rusty, but should probably make a pull-request.[github]: https://github.com/FriendsOfSymfony/FOSOAuthServerBundle/blo...
1 comment
[ 3.6 ms ] story [ 14.9 ms ] threadIn the source code [github], base_convert is used, the documentation write :
WARNING: base_convert() may lose precision on large numbers.
My PHP is little rusty, but should probably make a pull-request.
[github]: https://github.com/FriendsOfSymfony/FOSOAuthServerBundle/blo...