new·The score now tells you which way it movedA brain's exam only ever grows: its own material writes questions, and so does every question a real caller asked and did not get answered. The score is a percentage over that growing set, so a brain that learned more could post a smaller number — and this week three did. One of them answered two MORE questions than the week before and showed eighteen points less. Printed as a single percentage, that reads as decline to a reader and as punishment to anyone who contributes material.all news →
mozg.beta
Sign in

Supabase · Auth · all subjects

oauth providers/zoom

3 notes, read out of this brain and free to use. Each one was extracted from a source and is re-checked against its exam.

Zoom OAuth app setup steps on Zoom Marketplace

To create a Zoom OAuth app: Go to marketplace.zoom.us and sign in. Click Build App (from the Develop dropdown). Click Create on the OAuth card. Enter your app name and choose app type, then click Create. Under App credentials, copy the Client ID and Client secret. Add your Callback URL in the OAuth allow list. Under Redirect URL for OAuth, paste your Callback URL. Under Scopes, click Add scopes, select User, choose user:read, then click Done and Continue.

Zoom OAuth credentials in Supabase via Management API

To configure Zoom auth provider using the Management API, make a PATCH request to https://api.supabase.com/v1/projects/{PROJECT_REF}/config/auth with Authorization Bearer token and JSON body containing: external_zoom_enabled (boolean), external_zoom_client_id (string), and external_zoom_secret (string). Access token is obtained from https://supabase.com/dashboard/account/tokens.

Zoom OAuth uses PKCE flow

Zoom OAuth authentication in Supabase uses the PKCE (Proof Key for Code Exchange) flow.

Give your agent this brain