Skip to content

Commit

Permalink
chore(release): 2.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Mar 29, 2024
1 parent f61b68e commit ce30bc0
Show file tree
Hide file tree
Showing 7 changed files with 3,668 additions and 5 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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.10.4](https://github.com/panva/oauth4webapi/compare/v2.10.3...v2.10.4) (2024-03-29)


### Refactor

* **types:** add explicit type to all exported functions ([76e8d19](https://github.com/panva/oauth4webapi/commit/76e8d19071733e65aae323232391a5716c34d401))
* **types:** add explicit type to all exported symbols ([c66c595](https://github.com/panva/oauth4webapi/commit/c66c595dcd57feae5d4184331b5ed1eb9cfa36fd))
* **types:** protectedResourceRequest method argument is just a string ([a15d76c](https://github.com/panva/oauth4webapi/commit/a15d76cdce58afaf4b65a0cdb95e1fb190927936))


### Documentation

* mention RFC 6750 in validateJwtAccessToken ([f61b68e](https://github.com/panva/oauth4webapi/commit/f61b68ef0971d8bfdff3bdd8a8fac3c85f7a1e08)), closes [#115](https://github.com/panva/oauth4webapi/issues/115)

## [2.10.3](https://github.com/panva/oauth4webapi/compare/v2.10.2...v2.10.3) (2024-02-07)


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

```js
import * as oauth2 from 'https://deno.land/x/oauth4webapi@v2.10.3/mod.ts'
import * as oauth2 from 'https://deno.land/x/oauth4webapi@v2.10.4/mod.ts'
```

- Authorization Code Flow (OAuth 2.0) - [source](examples/oauth.ts)
Expand Down

0 comments on commit ce30bc0

Please sign in to comment.