Skip to content

Commit

Permalink
Merge pull request #61 from axa-group/poveden/release-3.1.0
Browse files Browse the repository at this point in the history
Version 3.1.0
  • Loading branch information
poveden authored Nov 30, 2020
2 parents 75a7e29 + fc91f93 commit b6f0e6d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

## [3.1.0](https://github.com/axa-group/oauth2-mock-server/compare/v3.0.3...v3.1.0) — 2020-11-30

### Added

- Add authorize redirect event (thanks [markwallsgrove](https://github.com/markwallsgrove)!)

## [3.0.3](https://github.com/axa-group/oauth2-mock-server/compare/v3.0.2...v3.0.3) — 2020-11-12

### Fixed
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ request.get(

### Customization hooks

It also provides a convenient way, through event emitters, to programmatically customize:
It also provides a convenient way, through event emitters, to programmatically customize the server processing. This is particularly useful when expecting the OIDC service to behave in a specific way on one single test:

- The JWT access token

Expand Down Expand Up @@ -152,8 +152,6 @@ It also provides a convenient way, through event emitters, to programmatically c
});
```

This is particularly useful when expecting the oidc service to behave in a specific way on one single test.

- The authorization endpoint redirect uri and query parameters

```js
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oauth2-mock-server",
"version": "3.0.3",
"version": "3.1.0",
"description": "OAuth 2 mock server",
"keywords": [
"oauth",
Expand Down

0 comments on commit b6f0e6d

Please sign in to comment.