You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 28, 2018. It is now read-only.
Hello love your project and just wondering if there is a way to make each token expire once used?
I saw this part in the config:
/*
|--------------------------------------------------------------------------
| Token destroy lottery
|--------------------------------------------------------------------------
|
| You can clear the token on every use or adjust the chances the query will
| be run. By default the odds are 1 out of 10.
|
*/
'lottery' => [1, 10],
And tried making the value [1, 1] which didn't work - is this what this config option was intended for. Or should I clone the Autologin Controller as you mentioned and run a delete request upon each usage.