auth.md
An open protocol that lets agents register for services on behalf of users — discoverable through a Markdown file at your domain.
File Explorer
- CODEOWNERS
- grants.ts
- home.ts
- session.ts
- token.ts
- well-known.ts
- auth.ts
- config.ts
- index.ts
- jwts.ts
- keys.ts
- schemas.ts
- store.ts
- .gitignore
- package.json
- README.md
- tsconfig.json
- agent-auth.ts
- api.ts
- auth-md.ts
- claim.ts
- home.ts
- login.ts
- token.ts
- well-known.ts
- express-session.d.ts
- auth.ts
- config.ts
- index.ts
- keys.ts
- matcher.ts
- schemas.ts
- store.ts
- trust.ts
- verify.ts
- .gitignore
- package.json
- README.md
- tsconfig.json
- index.ts
- .gitignore
- package.json
- tsconfig.json
- .gitignore
- .prettierignore
- .prettierrc.json
- AUTH.md
- CHANGELOG.md
- LICENSE
- package.json
- pnpm-lock.yaml
- pnpm-workspace.yaml
- README.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
pnpm
View Details ▼
pnpm
Fast, disk space efficient package manager for Node.js.
Manage Node.js projects and their module dependencies.
pnpm init
Create a `package.json` file:
pnpm {{[i|install]}}
Download all the packages listed as dependencies in `package.json`:
pnpm add {{module_name}}@{{version}}
Download a specific version of a package and add it to the list of dependencies in `package.json`:
// repository documentation
Was this content helpful?
(0 ratings)
