ruby - How to implement multi device Login in rails 3? -


i'm using clearance(1.3.0) gem rails(3.2.18) , ruby(2.0). want implement multi device login & maintain devise token push notification. when logout 1 device, should not affect other login.

clearance supports single remember token each user. continue using clearance , add multiple user tokens can signed out individually, need override quite bit of clearance.

there open discussion adding feature clearance 2.0: https://github.com/thoughtbot/clearance/issues/675


Comments

Popular posts from this blog

javascript - Laravel datatable invalid JSON response -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -