How to login to server with user credentials without using speckle frontend

Hello Dimitrie,
So I took a look into the database after setting up the request for an accessCode. And apparently the appId-row in the authorization_codes table is always set to spklwebapp and that is why we can’t get an accessToken scince this appId does not match with my own appId. Here is a pic:


The question now is: How can I make it so, that the appId is set to my custom appId?
I have tried to set the appId to my appId in the databse and after I did that I actually recieved an accessToken. The row in the authorization_codes table gets deleted afterwards somehow :thinking: