oauth4webapi
Advanced tools
Comparing version 2.5.0 to 2.6.0
{ | ||
"name": "oauth4webapi", | ||
"version": "2.5.0", | ||
"version": "2.6.0", | ||
"description": "OAuth 2 / OpenID Connect for JavaScript Runtimes", | ||
@@ -71,2 +71,3 @@ "keywords": [ | ||
"@types/qunit": "^2.19.9", | ||
"archiver": "^6.0.1", | ||
"ava": "^5.3.1", | ||
@@ -73,0 +74,0 @@ "chrome-launcher": "^1.1.0", |
@@ -46,3 +46,3 @@ # OAuth 2 / OpenID Connect for JavaScript Runtimes | ||
```js | ||
import * as oauth2 from 'https://deno.land/x/oauth4webapi@v2.5.0/mod.ts' | ||
import * as oauth2 from 'https://deno.land/x/oauth4webapi@v2.6.0/mod.ts' | ||
``` | ||
@@ -57,3 +57,4 @@ | ||
- Device Authorization Grant - [source](examples/device_authorization_grant.ts) | ||
- FAPI 2.0 (Private Key JWT, PAR, DPoP) - [source](examples/fapi2.ts) | ||
- FAPI 1.0 Advanced (Private Key JWT, MTLS, JAR) - [source](examples/fapi1-advanced.ts) | ||
- FAPI 2.0 Security Profile (Private Key JWT, PAR, DPoP) - [source](examples/fapi2.ts) | ||
- FAPI 2.0 Message Signing (Private Key JWT, PAR, DPoP, JAR, JARM) - [source](examples/fapi2-message-signing.ts) | [diff](examples/fapi2-message-signing.diff) | ||
@@ -60,0 +61,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
141562
3274
80
26