Releases: consilience/laravel-api-token-generator
Releases · consilience/laravel-api-token-generator
Code typo fix
Support explicit setting of token values
Minor version as breaking. The --generate
option is now needed to generate a random token.
The new --token=
option is available to set an explicit token. It will rely on the database to ensure the API tokens are unique (they necessarily use no salt, so the same token for different users will have the same hash).
First release
1.0.0 Add .gitignore