I'm implementing an API using Django. One 1 service should be able to access one API URL.
I am wondering if there are any popular security practices that go beyond using username/password and SSL?
Is using sequential signature generation a popular practice?