Skip to content

Releases: consilience/laravel-api-token-generator

Code typo fix

27 Nov 15:12
18cccd9
Compare
Choose a tag to compare
1.1.1

Typo fix (no issue)

Support explicit setting of token values

21 Oct 10:29
Compare
Choose a tag to compare

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

04 Jul 17:22
Compare
Choose a tag to compare
1.0.0

Add .gitignore