Skip to content

Commit

Permalink
chore(release): 2.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Jan 9, 2024
1 parent 2d90c49 commit c8dcaf5
Show file tree
Hide file tree
Showing 7 changed files with 2,936 additions and 5 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [2.4.5](https://github.com/panva/oauth4webapi/compare/v2.4.4...v2.4.5) (2024-01-09)


### Fixes

* **DPoP:** clockSkew in ProtectedResourceRequestOptions is a unique Symbol ([1708f21](https://github.com/panva/oauth4webapi/commit/1708f215aa7a080f048b1b2f7eb2bc918dc130da))


### Documentation

* expose clock skew and tolerance documentation ([2d90c49](https://github.com/panva/oauth4webapi/commit/2d90c49cd8c4b76274516b580ed30111ae743ea6))

## [2.4.4](https://github.com/panva/oauth4webapi/compare/v2.4.3...v2.4.4) (2024-01-09)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ import * as oauth2 from 'oauth4webapi'
**`example`** Deno import

```js
import * as oauth2 from 'https://deno.land/x/[email protected].4/mod.ts'
import * as oauth2 from 'https://deno.land/x/[email protected].5/mod.ts'
```

- Authorization Code Flow - OpenID Connect [source](examples/code.ts), or plain OAuth 2 [source](examples/oauth.ts)
Expand Down
Loading

0 comments on commit c8dcaf5

Please sign in to comment.