SheerVue
OAuth information

Hosted public OAuth surfaces for app review and ATProto provider setup.

SheerVue now hosts a static ATProto OAuth client metadata document under the SheerVue domain alongside its support, privacy, and terms pages. This gives the mobile app a stable hosted client identity for OAuth configuration.

Hosted endpoints

Required public pages and metadata

Metadata details

What the hosted client metadata declares

Client identity

The metadata uses its own hosted URL as client_id, declares application_type as native, and sets token_endpoint_auth_method to none.

Redirect and scope assumptions

The current static metadata assumes the native callback is sheervue://oauth/callback and the default requested scope is atproto transition:generic transition:chat.bsky, matching the app-side migration notes provided for this repo task.

No hosted callback handler here

This web repo only hosts the public metadata and informational pages. OAuth callback handling remains in the mobile app via the SheerVue deep link unless future provider requirements add a web callback endpoint.