Skip to content
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.

Authentication

Kyle Klaus edited this page Oct 9, 2017 · 1 revision

Since this is a stateless API, there isn't a /login endpoint you hit each time you want to talk to Solder. Instead you'll need to pass an access token as an authorization header of each request

GET /api/modpacks HTTP/1.1
Authentication: Bearer some-token

There are two ways to get this access token. Either you can go through the whole OAuth sequence to get it; or you can have the user generate a Personal Access Token from their profile page and use that directly.

Clone this wiki locally