I am creating an API and there are multiple clients,So I am implementing a client id-secret artitechure.My questions are:
- When should I create the client id and secret? during registration of Login?
- How should I connect users to respective client ids?
- How should I store client ids and secret?