WP-API / OAuth1

OAuth server implementation for WP API
http://oauth1.wp-api.org/
331 stars 109 forks source link

"nonces" cell in user meta #211

Closed scofennell closed 7 years ago

scofennell commented 7 years ago

I’m noticing that the “nonces” cell in the usermeta table (below) gets appended on each request. It grows by about 1mb per month in our setup, and we get complete system failure when it hits 15mb.

The contents of the cell are an endless stream of

a:4:{i:1506372773;s:10:"deaaafc382";i:1506372774;s:10:"82edaf4844";i:1506372787;s:10:"012f4fd3a4";i:1506372788;s:10:"50403d953d";}

This seems like … a bug? Any ideas?

scofennell commented 7 years ago

Figured it out, just need to update to the most recent version of the plugin.