[READ-ONLY] a fast, modern browser for the npm registry
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: missing response_types in OAuth schema (#668)

authored by

Luna Seemann and committed by
GitHub
1c8e14b5 d97f2211

+1
+1
shared/schemas/oauth.ts
··· 10 10 application_type: string(), 11 11 token_endpoint_auth_method: string(), 12 12 dpop_bound_access_tokens: boolean(), 13 + response_types: array(string()), 13 14 })