Hi,
I'm looking for more doc on the OAuth Applications. I'm working on an Unreal Video Game that has its own server, but the way you send us the authorization code makes it so the server is unable to read it. I don't have a client to send it back to the server. I understand that for Itch in most cases the current way is okay, but for me its a complication and adds security risks. Chat GPT tells me that you can pass response_type=code instead of token to get the standard flow for server. But I get a not found Itch page when trying this out.
How do you properly use the code flow?