[ad_1]
At the moment we’re launching help for OAuth Functions. It will permit builders let gamers log in with their itch.io account inside a sport or program. OAuth offers a circulation on your program to securely get an API key that represents one other person on itch.io after they approve your software. You can also make API calls on behalf of somebody utilizing your sport or software. You may study extra in regards to the itch.io API right here.
In the event you’re able to dive in, learn the OAuth documentation, in any other case proceed on for a quick abstract.
Creating an software
To start out utilizing OAuth as a developer you will have to register an software. After filling out a number of easy questions on what you are constructing, your software is accredited routinely.
Head over to Person Settings -> OAuth purposes to create your first software.
As of immediately, our OAuth implementation solely helps the Implicit Move, if you happen to want extra help then please attain out to us.
Authorizing an software
After creating your software, it is so simple as sending any customers to your particular itch.io login URL. You may view this URL out of your software’s web page in your settings web page. Somebody logging can evaluate the permissions which might be being requests, and approve it to proceed. The browser is redirected again to your software the place you may entry the brand new API key.
Utilizing the API key
After the authorization step is full you will have a scoped API key that can be utilized to speak with the itch.io server-side API. Probably the most helpful API name you can also make is to get details about the present person. You should utilize this to synchronize a person with your personal backend.
Updates to server-side API
As a part of this replace we have up to date the server-side API documentation with extra details about the completely different API keys, together with a brand new endpoint. Over the approaching months we’ll be releasing extra API endpoints. If there’s one thing particular you are on the lookout for go away us a remark or ship us an electronic mail.
Get pleasure from
Help this publish
Did you want this publish? Inform us
[ad_2]