I'm using webapp2_extras.appengine.auth in my project and it creates 3 tables in datastore: User, UserToken and Unique. All is good and working as it should...
My question is: How can I delete something from Unique?
I'm using webapp2_extras.appengine.auth in my project and it creates 3 tables in datastore: User, UserToken and Unique. All is good and working as it should...
My question is: How can I delete something from Unique?
I had trouble finding exactly what to delete, since Unique model doesn't hold references to User. Here's the solution (with reference to docs):