How to protect a REST API view with token authentication using django-rest-framework-social-oauth2?

2015-06-27 Thread Roman Onosovski
Thats about the most appropriate way to do it, just make sure its over https. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegrou

Revisiting the case-sensitive login for the default user manager

2014-12-19 Thread Roman Onosovski
Hello fellow Djangoers, I am new to the framework and just recently built a site using it. However I was not aware of the username hurdle until just recently. I did some research and found that I can make my own user manager and etc. Now this is probably a bit of a hack, but tell me what you thin