Hello, I am currently creating a game (an endless runner) and I want to have leaderboards that will display highscores.
I would be hosting the leaderboards externally on my custom server, I have experience with that. However I am new to playcanvas - is there a possibility to send the highscores through a backend API request?
I essentially want to send it with a secure hash, so players can not just spam my backend via curl or similar. I know how to implement it on my server, just looking for my possibilities on playcanvas side:)
When your game is published, it does not use PlayCanvas backend in any way, so this is not possible. You need to implement a solution on your backend.