To automatically generate an api_key and secret_key for a new client in Django, you can extend the previous implementation. Here’s how you can integrate the automatic generation of api_key and secret_key along with the TOTP setup.


  • To automatically generate an api_key and secret_key for a new client in Django, you can extend the previous implementation. Here’s how you can integrate the automatic generation of api_key and secret_key along with the TOTP setup. in django