Oauth token generation Alternative

Hi,

Can we generate token without using grant_type = password and username and Password fields.
Because many times it wont be possible to create user in the deployment environment.

Jmix 1.5 version any thought on how to proceed or documentation.

Jmix 2.x provides the Client Credentials Grant, but there is no such thing in Jmix 1.x. You have to create a user to be able to authenticate in REST.

Regards,
Konstantin