My devise users are \"database_authenticatable\" and \"token_authenticatable\". I\'ve tried deleting the \"authentication_token\" field in the database for that user from the co
Seems attribute tokens save sessions:
user.tokens = nil user.save