Hi folks,
I'm implementing an API using Django. One 1 service should be able to access 1 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?