{"id":38463,"date":"2026-03-18T14:00:00","date_gmt":"2026-03-18T14:00:00","guid":{"rendered":"https:\/\/cryptomag.finance\/?p=38463"},"modified":"2026-03-18T14:00:00","modified_gmt":"2026-03-18T14:00:00","slug":"breez-sdk-launches-passkey-login-for-seedless-bitcoin-wallets","status":"publish","type":"post","link":"https:\/\/cryptomag.finance\/?p=38463","title":{"rendered":"Breez SDK Launches Passkey Login for Seedless Bitcoin Wallets"},"content":{"rendered":"<p><a rel=\"nofollow\" href=\"https:\/\/bitcoinmagazine.com\/\">Bitcoin Magazine<\/a><br \/>\n<img decoding=\"async\" src=\"https:\/\/bitcoinmagazine.com\/wp-content\/uploads\/2026\/03\/image-21-1024x585-1.webp\" \/><br \/>\n<a rel=\"nofollow\" href=\"https:\/\/bitcoinmagazine.com\/business\/breez-sdk-launches-passkey-login-for-seedless-bitcoin-wallets\">Breez SDK Launches Passkey Login for Seedless Bitcoin Wallets<\/a><\/p>\n<div><\/div>\n<p><a href=\"https:\/\/bitcoinmagazine.com\/business\/bitcoins-lightning-network-in-every-app-breez-ceos-vision\">Breez<\/a>, a lightning service provider and Bitcoin software lab, has introduced <a href=\"https:\/\/github.com\/breez\/passkey-login\/blob\/main\/spec.md\" target=\"_blank\" rel=\"noopener\">Passkey Login<\/a> into its Breez SDK. The feature allows developers to build <a href=\"https:\/\/bitcoinmagazine.com\/business\/top-self-custody-bitcoin-wallets-for-2026\">self-custodial wallets<\/a> that use passkeys for authentication and key derivation, eliminating the traditional seed phrase requirement during normal use.\u00a0<\/p>\n<p>Seed phrase support remains available for users who prefer it, keeping backwards compatibility with industry standards, but removing the \u201cspeed bump\u201d in Bitcoin wallets, which prompts users to back up their 12 words.\u00a0<\/p>\n<p>Breez explained the rationale behind this new feature in a press release shared with Bitcoin Magazine: \u201cThe seed phrase has been a barrier to self-custody since day one. It\u2019s what scares normies away from keeping their own bitcoin, and it\u2019s a legitimate reason why people accept the counterparty risk of exchanges and custodial apps.\u201d Adding that \u201cPasskey Login doesn\u2019t eliminate the tradeoffs of self-custody, but it reframes them around something people already understand and use, namely the same biometric authentication that protects their banking app and their password manager. For most users, that\u2019s a much more intuitive security model than a piece of paper in a drawer.\u201d<\/p>\n<h3 class=\"wp-block-heading\">Passkeys: Per-Site Key Pairs in Modern Hardware<\/h3>\n<p>Passkeys \u2014 a fairly new security standard that is gaining broad adoption online \u2014 are cryptographic credentials based on the FIDO2 WebAuthn standard, jointly promoted by Apple, Google, Microsoft, and the FIDO Alliance since 2022. Each passkey consists of a unique public-private key pair generated for a specific website or application.<\/p>\n<p>The private key remains stored in the secure element or similar hardware on the user\u2019s device, such as Apple\u2019s Secure Enclave, Android\u2019s Titan chip, Windows TPM, external security keys like YubiKey or the user\u2019s password manager.\u00a0<\/p>\n<p>Normal online Passkeys resemble the original Bitcoin wallet.dat file introduced by Satoshi Nakamoto in his early releases of the Bitcoin client, where private keys are stored locally to the user\u2019s device, while public keys are shared with third parties.\u00a0<\/p>\n<p>However, the FIDO2 standard implements this private-public key idea in a more standardised and modern way. Websites send a challenge to the user, referencing the user\u2019s known public key for that account. The challenge message is signed by the user\u2019s private key, authenticating their identity in a privacy-preserving way. Each service gets a different public key for the same user, so data compromised on one website does not leak data that can be used to access other websites, nor does it contain any user-identifying data.<\/p>\n<p>FIDO2 is now widely adopted, it leverages device secure elements, integrates with password managers (e.g., iCloud Keychain, Google Password Manager), browsers, and the World Wide Web Consortium (W3C) WebAuthn API. Authentication occurs via challenge-response signing, with the private key bound to the domain to resist phishing.<\/p>\n<p>Passkeys support biometric unlock (Face ID, fingerprint, PIN) and sync across devices within an ecosystem (e.g., via iCloud or Google)\u2014over a billion activations reported by the FIDO Alliance as of mid-2025, with support on major platforms and many top websites.<\/p>\n<h3 class=\"wp-block-heading\">FIDO2 was not Good Enough for Bitcoin Wallets<\/h3>\n<p>Standard passkeys excel at authentication (proving identity to a service) but were missing key functionality needed by the modern Bitcoin industry.\u00a0<\/p>\n<p>Bitcoin self-custody typically relies on a single source of entropy (seed phrase) to generate all addresses and keys in a deterministic way, via standards like BIP-39. Users expect those 12 words alone to be enough to recover all balances and accounts on a Bitcoin wallet. The Passkey standard needed to be extended to support this use case.\u00a0<\/p>\n<h3 class=\"wp-block-heading\">Breez\u2019s Solution: Leveraging the PRF Extension<\/h3>\n<p>Breez addresses this by using the <a href=\"https:\/\/www.w3.org\/TR\/webauthn-3\/\" target=\"_blank\" rel=\"noopener\">Pseudo-Random Function (PRF) extension in WebAuthn Level 3<\/a>. PRF enables a passkey to produce a deterministic cryptographic output for any given input during authentication.\u00a0<\/p>\n<p>As described in Breez\u2019s announcement materials, \u201cThat\u2019s what the PRF extension of WebAuthn solves, and it\u2019s the key ingredient in Passkey Login. PRF is a newer capability, part of the WebAuthn Level 3 spec, that lets your passkey produce a deterministic cryptographic output for any given input. Same passkey, same input, same output. Always. The passkey never leaves your device\u2019s secure enclave.\u201d<\/p>\n<h3 class=\"wp-block-heading\">Device Loss and Recovery<\/h3>\n<p>If a device is lost, recovery depends on the platform used to store the passkey. Synced passkeys \u2014 via iCloud Keychain, Google Password Manager, etc \u2014 restore on a new device after regaining access to the associated account.\u00a0<\/p>\n<p>Breez provides an optional backwards-compatible path: users can export a normal 12-word, BIP-39 mnemonic for their wallet, so they can recover their account in other Bitcoin wallets, following industry standards. The press release adds that \u201cPasskeys also aren\u2019t fully interoperable across platforms yet. If you ever need to move to a platform or wallet that doesn\u2019t support passkeys, you have a standard seed phrase to fall back on.\u201d<\/p>\n<p>The full technical specification for Passkey Login is public, and a reference app called Glow demonstrates the feature. Breez positions this as a step toward making Bitcoin self-custody more accessible by aligning with familiar biometric authentication used in banking and password managers, while preserving non-custodial control. Developers integrating the Breez SDK can now offer onboarding without the traditional \u201cwrite down these words\u201d step for supported environments.<\/p>\n<p>The full technical specification for Passkey Login is <a href=\"https:\/\/github.com\/breez\/passkey-login\/blob\/main\/spec.md\" target=\"_blank\" rel=\"noopener\">public<\/a>, and our reference app <a href=\"https:\/\/glow-app.co\/\" target=\"_blank\" rel=\"noopener\">Glow<\/a> is already running it, and it\u2019s now available for all the Breez SDK devs to use.\u00a0\u00a0<\/p>\n\n<p>This post <a rel=\"nofollow\" href=\"https:\/\/bitcoinmagazine.com\/business\/breez-sdk-launches-passkey-login-for-seedless-bitcoin-wallets\">Breez SDK Launches Passkey Login for Seedless Bitcoin Wallets<\/a> first appeared on <a rel=\"nofollow\" href=\"https:\/\/bitcoinmagazine.com\/\">Bitcoin Magazine<\/a> and is written by <a rel=\"nofollow\" href=\"https:\/\/bitcoinmagazine.com\/authors\/juan-galt\">Juan Galt<\/a>.<\/p>","protected":false},"excerpt":{"rendered":"<p>Bitcoin Magazine Breez SDK Launches Passkey Login for Seedless Bitcoin Wallets Breez, a lightning service provider and Bitcoin software lab, has introduced Passkey Login into its Breez SDK. The feature allows developers to build self-custodial wallets that use passkeys for authentication and key derivation, eliminating the traditional seed phrase requirement during normal use.\u00a0 Seed phrase [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":38464,"comment_status":"","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_exactmetrics_skip_tracking":false,"_exactmetrics_sitenote_active":false,"_exactmetrics_sitenote_note":"","_exactmetrics_sitenote_category":0,"footnotes":""},"categories":[45],"tags":[],"class_list":{"0":"post-38463","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-bitcoin"},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Breez SDK Launches Passkey Login for Seedless Bitcoin Wallets - Cryptomag<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/cryptomag.finance\/?p=38463\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Breez SDK Launches Passkey Login for Seedless Bitcoin Wallets - Cryptomag\" \/>\n<meta property=\"og:description\" content=\"Bitcoin Magazine Breez SDK Launches Passkey Login for Seedless Bitcoin Wallets Breez, a lightning service provider and Bitcoin software lab, has introduced Passkey Login into its Breez SDK. The feature allows developers to build self-custodial wallets that use passkeys for authentication and key derivation, eliminating the traditional seed phrase requirement during normal use.\u00a0 Seed phrase [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cryptomag.finance\/?p=38463\" \/>\n<meta property=\"og:site_name\" content=\"Cryptomag\" \/>\n<meta property=\"article:published_time\" content=\"2026-03-18T14:00:00+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/bitcoinmagazine.com\/wp-content\/uploads\/2026\/03\/image-21-1024x585-1.webp\" \/>\n<meta name=\"author\" content=\"Crypto Magazine\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@cryptomagz\" \/>\n<meta name=\"twitter:site\" content=\"@cryptomagz\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Crypto Magazine\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/cryptomag.finance\\\/?p=38463#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/cryptomag.finance\\\/?p=38463\"},\"author\":{\"name\":\"Crypto Magazine\",\"@id\":\"https:\\\/\\\/cryptomag.finance\\\/#\\\/schema\\\/person\\\/f749cd846c4f13ef717c12a20ce9d040\"},\"headline\":\"Breez SDK Launches Passkey Login for Seedless Bitcoin Wallets\",\"datePublished\":\"2026-03-18T14:00:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/cryptomag.finance\\\/?p=38463\"},\"wordCount\":933,\"image\":{\"@id\":\"https:\\\/\\\/cryptomag.finance\\\/?p=38463#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/cryptomag.finance\\\/wp-content\\\/uploads\\\/image-21-1024x585-1-XiKeCW.webp\",\"articleSection\":[\"Bitcoin\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/cryptomag.finance\\\/?p=38463\",\"url\":\"https:\\\/\\\/cryptomag.finance\\\/?p=38463\",\"name\":\"Breez SDK Launches Passkey Login for Seedless Bitcoin Wallets - Cryptomag\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/cryptomag.finance\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/cryptomag.finance\\\/?p=38463#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/cryptomag.finance\\\/?p=38463#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/cryptomag.finance\\\/wp-content\\\/uploads\\\/image-21-1024x585-1-XiKeCW.webp\",\"datePublished\":\"2026-03-18T14:00:00+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/cryptomag.finance\\\/#\\\/schema\\\/person\\\/f749cd846c4f13ef717c12a20ce9d040\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/cryptomag.finance\\\/?p=38463#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/cryptomag.finance\\\/?p=38463\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/cryptomag.finance\\\/?p=38463#primaryimage\",\"url\":\"https:\\\/\\\/cryptomag.finance\\\/wp-content\\\/uploads\\\/image-21-1024x585-1-XiKeCW.webp\",\"contentUrl\":\"https:\\\/\\\/cryptomag.finance\\\/wp-content\\\/uploads\\\/image-21-1024x585-1-XiKeCW.webp\",\"width\":1200,\"height\":630},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/cryptomag.finance\\\/?p=38463#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/cryptomag.finance\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Breez SDK Launches Passkey Login for Seedless Bitcoin Wallets\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/cryptomag.finance\\\/#website\",\"url\":\"https:\\\/\\\/cryptomag.finance\\\/\",\"name\":\"Cryptomag\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/cryptomag.finance\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/cryptomag.finance\\\/#\\\/schema\\\/person\\\/f749cd846c4f13ef717c12a20ce9d040\",\"name\":\"Crypto Magazine\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/2c24e7a3322cdb9140c7dde381c870ae2c527e0dc5af67ed7a7db042bb2e1d14?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/2c24e7a3322cdb9140c7dde381c870ae2c527e0dc5af67ed7a7db042bb2e1d14?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/2c24e7a3322cdb9140c7dde381c870ae2c527e0dc5af67ed7a7db042bb2e1d14?s=96&d=mm&r=g\",\"caption\":\"Crypto Magazine\"},\"sameAs\":[\"https:\\\/\\\/cryptomag.finance\",\"https:\\\/\\\/x.com\\\/cryptomagz\"],\"url\":\"https:\\\/\\\/cryptomag.finance\\\/?author=1\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Breez SDK Launches Passkey Login for Seedless Bitcoin Wallets - Cryptomag","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/cryptomag.finance\/?p=38463","og_locale":"en_US","og_type":"article","og_title":"Breez SDK Launches Passkey Login for Seedless Bitcoin Wallets - Cryptomag","og_description":"Bitcoin Magazine Breez SDK Launches Passkey Login for Seedless Bitcoin Wallets Breez, a lightning service provider and Bitcoin software lab, has introduced Passkey Login into its Breez SDK. The feature allows developers to build self-custodial wallets that use passkeys for authentication and key derivation, eliminating the traditional seed phrase requirement during normal use.\u00a0 Seed phrase [&hellip;]","og_url":"https:\/\/cryptomag.finance\/?p=38463","og_site_name":"Cryptomag","article_published_time":"2026-03-18T14:00:00+00:00","og_image":[{"url":"https:\/\/bitcoinmagazine.com\/wp-content\/uploads\/2026\/03\/image-21-1024x585-1.webp","type":"","width":"","height":""}],"author":"Crypto Magazine","twitter_card":"summary_large_image","twitter_creator":"@cryptomagz","twitter_site":"@cryptomagz","twitter_misc":{"Written by":"Crypto Magazine","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/cryptomag.finance\/?p=38463#article","isPartOf":{"@id":"https:\/\/cryptomag.finance\/?p=38463"},"author":{"name":"Crypto Magazine","@id":"https:\/\/cryptomag.finance\/#\/schema\/person\/f749cd846c4f13ef717c12a20ce9d040"},"headline":"Breez SDK Launches Passkey Login for Seedless Bitcoin Wallets","datePublished":"2026-03-18T14:00:00+00:00","mainEntityOfPage":{"@id":"https:\/\/cryptomag.finance\/?p=38463"},"wordCount":933,"image":{"@id":"https:\/\/cryptomag.finance\/?p=38463#primaryimage"},"thumbnailUrl":"https:\/\/cryptomag.finance\/wp-content\/uploads\/image-21-1024x585-1-XiKeCW.webp","articleSection":["Bitcoin"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/cryptomag.finance\/?p=38463","url":"https:\/\/cryptomag.finance\/?p=38463","name":"Breez SDK Launches Passkey Login for Seedless Bitcoin Wallets - Cryptomag","isPartOf":{"@id":"https:\/\/cryptomag.finance\/#website"},"primaryImageOfPage":{"@id":"https:\/\/cryptomag.finance\/?p=38463#primaryimage"},"image":{"@id":"https:\/\/cryptomag.finance\/?p=38463#primaryimage"},"thumbnailUrl":"https:\/\/cryptomag.finance\/wp-content\/uploads\/image-21-1024x585-1-XiKeCW.webp","datePublished":"2026-03-18T14:00:00+00:00","author":{"@id":"https:\/\/cryptomag.finance\/#\/schema\/person\/f749cd846c4f13ef717c12a20ce9d040"},"breadcrumb":{"@id":"https:\/\/cryptomag.finance\/?p=38463#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cryptomag.finance\/?p=38463"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cryptomag.finance\/?p=38463#primaryimage","url":"https:\/\/cryptomag.finance\/wp-content\/uploads\/image-21-1024x585-1-XiKeCW.webp","contentUrl":"https:\/\/cryptomag.finance\/wp-content\/uploads\/image-21-1024x585-1-XiKeCW.webp","width":1200,"height":630},{"@type":"BreadcrumbList","@id":"https:\/\/cryptomag.finance\/?p=38463#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/cryptomag.finance\/"},{"@type":"ListItem","position":2,"name":"Breez SDK Launches Passkey Login for Seedless Bitcoin Wallets"}]},{"@type":"WebSite","@id":"https:\/\/cryptomag.finance\/#website","url":"https:\/\/cryptomag.finance\/","name":"Cryptomag","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cryptomag.finance\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/cryptomag.finance\/#\/schema\/person\/f749cd846c4f13ef717c12a20ce9d040","name":"Crypto Magazine","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/2c24e7a3322cdb9140c7dde381c870ae2c527e0dc5af67ed7a7db042bb2e1d14?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/2c24e7a3322cdb9140c7dde381c870ae2c527e0dc5af67ed7a7db042bb2e1d14?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/2c24e7a3322cdb9140c7dde381c870ae2c527e0dc5af67ed7a7db042bb2e1d14?s=96&d=mm&r=g","caption":"Crypto Magazine"},"sameAs":["https:\/\/cryptomag.finance","https:\/\/x.com\/cryptomagz"],"url":"https:\/\/cryptomag.finance\/?author=1"}]}},"_links":{"self":[{"href":"https:\/\/cryptomag.finance\/index.php?rest_route=\/wp\/v2\/posts\/38463","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cryptomag.finance\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cryptomag.finance\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cryptomag.finance\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/cryptomag.finance\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=38463"}],"version-history":[{"count":0,"href":"https:\/\/cryptomag.finance\/index.php?rest_route=\/wp\/v2\/posts\/38463\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/cryptomag.finance\/index.php?rest_route=\/wp\/v2\/media\/38464"}],"wp:attachment":[{"href":"https:\/\/cryptomag.finance\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=38463"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cryptomag.finance\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=38463"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cryptomag.finance\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=38463"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}