EscapeWSSEAuthenticationBundle icon indicating copy to clipboard operation
EscapeWSSEAuthenticationBundle copied to clipboard

[enhancement] Task for purging nonces

Open giorrrgio opened this issue 11 years ago • 8 comments

How about adding a command for purging expired nonces? It would be useful to put it in a cronjob to mantain the nonce folder clean.

giorrrgio avatar Jul 18 '13 08:07 giorrrgio

Hi Giorgio,

thanks for getting in touch - I think this is a great feature request!

Kind regards, David

djoos avatar Jul 22 '13 14:07 djoos

Hi Giorgio,

would you be able to give the dev_nonces-branch a spin?

php app/console escape:wsseauthentication:nonces:delete nonceDir lifetime

Thanks in advance for your feedback!

Kind regards, David

djoos avatar Oct 03 '13 15:10 djoos

Hi @giorrrgio,

the dev_nonces-branch has now been merged into master (see #bcdc05d8db41e6206af4c2d0431baae936e0d34d) I'll close this issue, but don't hesitate to get in touch with your feedback!

Kind regards, David

djoos avatar Oct 21 '13 11:10 djoos

Hi @giorrrgio,

I'm going to reference in #25 (nonce storage abstraction) here, as this is going to have an influence on what we've discussed previously in this thread.

Kind regards, David

djoos avatar Jan 03 '14 12:01 djoos

The nonce storage has been abstracted, but there doesn't seem to be a way to only delete expired cache ids. So, for now the command will delete all cache ids.

Let's keep an eye on Doctrine/cache.

Kind regards, David

djoos avatar Jan 03 '14 13:01 djoos

How about removing cache of nonce ? I've a large website and it generates thousands of nonces files each hour ... Thanks. So it takes hours to cache:clear so I can't update my website properly anymore !

scr4tchy avatar Mar 09 '14 11:03 scr4tchy

Hi @Mentalow,

"How about removing cache of nonce" would you mind elaborating this a bit more?

Thanks in advance for your feedback!

Kind regards, David

djoos avatar Mar 11 '14 16:03 djoos

Also have a look at #44 when tackling this issue.

djoos avatar Jun 10 '14 09:06 djoos