Skip to content

Commit

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

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.7.0](https://github.com/panva/oauth4webapi/compare/v2.6.0...v2.7.0) (2024-01-18)


### Features

* allow fragment response as URL in validateDetachedSignatureResponse ([bcbe2f5](https://github.com/panva/oauth4webapi/commit/bcbe2f5a58db2071b8dfa7f200b476ec99f18da4))

## [2.6.0](https://github.com/panva/oauth4webapi/compare/v2.5.0...v2.6.0) (2024-01-11)


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/oauth4webapi@v2.6.0/mod.ts'
import * as oauth2 from 'https://deno.land/x/oauth4webapi@v2.7.0/mod.ts'
```

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

0 comments on commit f09fa5b

Please sign in to comment.