Itch.io is a platform like Steam where people can sell games. I would like to be able to verify my account there.
Accounts can have profile pages, here's mine: https://akselmo.itch.io/
Could add the pgp part there as well.
Itch.io is a platform like Steam where people can sell games. I would like to be able to verify my account there.
Accounts can have profile pages, here's mine: https://akselmo.itch.io/
Could add the pgp part there as well.
It appears itch.io has a simple API and all endpoints seem to be authenticated. Even so, I can't find a single API call to get some information about a creator or even a single game.
https://itch.io/docs/api/overview
This won't make it very easy to verify identities.
Do you have control over the HTML on your page?
The profile page text editor supports HTML. I've seen people modify their pages a lot, but
I am not sure how.
But I can add simple HTML tags to the profile page.
Can you add HTML meta tags?
Nope, you can't add meta tags.
But one can add stuff to the profile page. As I do not really use my itch.io profile at the moment, I added both to may profile that you can see what is possible and what not: https://jaschaezra.itch.io
No one else can add content to your page right? No comments? Itch doesn't add game suggestions?
If only you control what's on the page, we could consider just reading inside the HTML.
How do the links work on itch.io? Can you place an arbitrary amount of links?