Hello, I am setting up an application using react instead of owl, and I have managed to start the application and I can make requests to the backoffice using axios and with the user's current session to avoid sending the password,
Only that the structure now that I send is a bit chaos and this project could be interesting, but I see that it forces me to insert username and password and not use the current session,
For example, for my application I make the following request:
Hello, I am setting up an application using react instead of owl, and I have managed to start the application and I can make requests to the backoffice using axios and with the user's current session to avoid sending the password,
Only that the structure now that I send is a bit chaos and this project could be interesting, but I see that it forces me to insert username and password and not use the current session,
For example, for my application I make the following request:
As you can see, the way I did it is a bit cumbersome (even though it works xD)