Is it possible to disable caching while requesting authorization code during oAuth flow?

I have an issue with caching during requesting an OAuth authorization code. (Authentication | The Things Stack for LoRaWAN)

When user uses authorization URL https://<HOSTNAME>/oauth/authorize?client_id=<CLIENT-ID>&redirect_uri=<REDIRECT-URI>&state=<STATE>&response_type=code he should enter creadentials from his account.

But, when another user uses the same authorization URL, the authorization code is returned instantly (without requesting credentials).

Is it possible to request credentials for each use of the authorization URL?