Django single sessionΒΆ

django-single-session is a Django library for ensuring that a user can be logged in to only one session at a time.

Features:

  • ensure that a user is logged in at at most one session/browser/device

  • ensure that a user logs out from all sessions if they log out

  • two actions for the ModelAdmin to log out (admin) users