mirror of
https://github.com/danbulant/jose
synced 2026-05-25 04:51:47 +00:00
BREAKING CHANGE: Revised, Promise-based API BREAKING CHANGE: No dependencies BREAKING CHANGE: Browser support (using [Web Cryptography API](https://www.w3.org/TR/WebCryptoAPI/)) BREAKING CHANGE: Support for verification using a remote JWKS endpoint BREAKING CHANGE: Experimental Node.js libuv thread pool based runtime (non-blocking 🎉)
33 lines
408 B
Handlebars
33 lines
408 B
Handlebars
{{#if implementationOf}}
|
|
|
|
*Implementation of {{#with implementationOf}}{{typeAndParent}}{{/with}}*
|
|
|
|
{{/if}}
|
|
|
|
{{#if overwrites}}
|
|
|
|
*Overrides {{#with overwrites}}{{typeAndParent}}{{/with}}*
|
|
|
|
{{/if}}
|
|
|
|
{{#ifShowSources}}
|
|
|
|
{{#if sources}}
|
|
|
|
{{#each sources}}
|
|
|
|
{{#if url}}
|
|
|
|
*Defined in [{{fileName}}:{{line}}]({{url}})*
|
|
|
|
{{else}}
|
|
|
|
*Defined in {{fileName}}:{{line}}*
|
|
|
|
{{/if}}
|
|
|
|
{{/each}}
|
|
|
|
{{/if}}
|
|
|
|
{{/ifShowSources}}
|