I use Shield in rack application with Syro. On logout, I suspect that @_shield memoization persist the authenticate state of user.
For now I remove @_shield memoization and it works :
https://github.com/fenicks/forgedtofight.io/blob/master/decks/basic_deck.rb#L9.
Is it safe to do so ?