pixelpassion / django-saas-boilerplate

A Django + django-rest-framework + Heroku + SaaS application boilerplate
MIT License
51 stars 10 forks source link

Dealing with Devices #26

Closed jensneuhaus closed 4 years ago

jensneuhaus commented 4 years ago

☝️What is it? Why do we need it?

Security best practice now should be to take care of his lately used devices. We must make sure, a User does always know, what devices have been logged in lately - this is why the list would show logged in but also lately logged in (and now logged out) devices.

How it should work:

💭 Implementation details

📋 Todos

jensneuhaus commented 4 years ago

It would also be nice, if the code would be in its own folder structure and work pretty independent, maybe we could at one point add it as external django-rest-devices package or so.