Our old authentication system logged users in with the OAuth2 client_credentials grant. If you know OAuth, you just winced. client_credentials exists so that a client application can obtain a token for itself , rather than on behalf of a user.

Source: [Dev.to](https://dev.to/lukasz_tarczyluk/getting-out-of-the-password-business-6f5)

Sponsored