dwightwatson/autologin

how long do the token stay available?

Closed this issue · 2 comments

I had some issues with tokens disappearing and am not sure what is the default behavior.

Have a look at the config.php file to see the default configuration options - you can always override them in your own app depending on what you need.

By default a token stays valid for 1440 minutes - one day from the time they are created. They are deleted when they expire, but you can change that if you like.

If you've got more detailed information about what is going wrong in your project along with some sample code to demonstrate the issue I'll be more than happy to take a look.

I figured out one has to publish the config file first (whops)