Arrival.Space OAuth + Upload Demo

End-to-end reference flow for native-app developers integrating with arrival.space: OAuth 2.0 login (Authorization Code + PKCE), listing the user's spaces, uploading a file, and creating a space.

Logged out

1 · Configuration

How OAuth endpoints are discovered
GET {apiOrigin}/.well-known/oauth-authorization-server

Returns RFC 8414 metadata with:
  - authorization_endpoint
  - token_endpoint
  - registration_endpoint  (RFC 7591 dynamic client registration)
  - code_challenge_methods_supported: ["S256"]

2 · Authentication

Network log