Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 471 Bytes

File metadata and controls

13 lines (9 loc) · 471 Bytes

Client ID Metadata Documents Microsite

This repository contains a public-facing website that showcases OAuth Client ID Metadata Documents. The website explains how CIMD works for servers and for clients, and contains tools to validate your server/client implementations.

Local Development

nvm use
npm install
npm run dev

Visit http://localhost:3000 to see the site.