Hi all,
It is possible to call and event or RPC or something without authentication?
Basically I need to provide a third party service with a callback url and cannot see how Nakama could receive this callback without a bearer token in the header which i cannot set from the third party.
I have read that page before and I didn’t realise what the “Runtime HTTP Key” did. Reading the docs back now seems obvious so I must have had a brain freeze.
Just tested an RPC call using the curl example in the docs and it works a treat.