Files
svemagie 2b2e5f33bf feat: IndieAuth PKCE sign-in + GitHub Pages relay callback
- Add IndieAuth.ts: full PKCE sign-in flow via GitHub Pages relay
- Add docs/index.html: client_id page fetched by IndieKit for app info
- Add docs/callback/index.html: relay that forwards to obsidian:// URI
- Update SettingsTab.ts: signed-in/signed-out UI, Sign In button
- Update types.ts: authorizationEndpoint, tokenEndpoint, me fields
- Update main.ts: register obsidian://micropub-auth protocol handler
2026-03-14 17:52:13 +01:00

25 lines
611 B
JSON

{
"name": "obsidian",
"version": "1.12.3",
"description": "Type definitions for the latest Obsidian API (https://obsidian.md)",
"keywords": [
"obsdmd"
],
"homepage": "https://obsidian.md",
"repository": {
"type": "git",
"url": "git+https://github.com/obsidianmd/obsidian-api.git"
},
"license": "MIT",
"main": "",
"types": "obsidian.d.ts",
"dependencies": {
"@types/codemirror": "5.60.8",
"moment": "2.29.4"
},
"peerDependencies": {
"@codemirror/state": "6.5.0",
"@codemirror/view": "6.38.6"
}
}