Skip to content Skip to sidebar Skip to footer
Showing posts with the label Authorization

Correct Way To Extend Abstractuser In Django?

I'm trying to integrate two django apps where each had their individual auths working. To do th… Read more Correct Way To Extend Abstractuser In Django?

Writing A Cherrypy Decorator For Authorization

I have a cherrypy application and on some of the views I want to start only allowing certain users … Read more Writing A Cherrypy Decorator For Authorization

Tastypie Auto Log Out

I am creating API based on Django 1.4.3 with Tastypie. I use ApiKey to authenticate users. As defau… Read more Tastypie Auto Log Out