Oauth
- Written for
- + Written for
- Deprecated
- + Deprecated
- Applies to
- + Applies to
Oauth
Public — no authentication required.
6 routes. Each row is one endpoint with its explanation and whether it honours the Idempotency-Key header.
Method & path | Idem | Explanation |
|---|---|---|
| itch.io implicit-flow landing page. Serves a page that reads the fragment token in the browser and posts it to /v1/oauth/itchio. | |
| itch.io token post-back: resolve the instance from state, exchange the implicit token for the profile, and complete the sign-in (MFA gate). Returns the continuation URL. | |
| Last.fm callback (state in the path). Exchanges the approval token for a session via an MD5-signed auth.getSession and redirects back with a one-time ticket. | |
| AT Protocol OAuth client metadata document. Its URL is the Bluesky client_id; the authorization server fetches it during PAR to learn redirect URIs and scopes. | |
| Provider redirect target. Redirects back with a one-time ticket, never a token. | |
| Provider form_post callback (Apple). |