Commit Graph

5 Commits

Author SHA1 Message Date
Santiago Lamora 3f07ca7f8a Add `UserTokenRequiredMixin`.
Create a subclass of `UserPassesTestMixin` that checks user
has an authorized token.
2019-10-30 14:06:55 +01:00
Santiago Lamora 5b2294b699 Implement login and logout through cookie sessions 2019-10-30 13:05:46 +01:00
Santiago Lamora 77ee7987a2 Add custom login view to replace of django.auth 2019-10-29 10:58:54 +01:00
Santiago Lamora 676e9b94a5 First draft of dashboard view. 2019-10-25 13:33:37 +02:00
Santiago Lamora aa28796afe Initial commit. Create app skeleton. 2019-10-10 09:18:34 +02:00