Skip to content

Commit 8a95179

Browse files
authored
Merge pull request #219 from thefrontside/release
Publish New Versions
2 parents 087ef6e + 1207993 commit 8a95179

File tree

11 files changed

+41
-17
lines changed

11 files changed

+41
-17
lines changed

.changes/auth-simulator-userinfo-access_token.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/auth-user-data-in-oauth-token.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

examples/nextjs/auth0-react/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## \[0.1.15]
4+
5+
- The auth0 simulator `/userinfo` endpoint will fall back to check for the `access_token` query parameter if the authorization header is not set.
6+
- Bumped due to a bump in @simulacrum/auth0-simulator.
7+
- [e3c55cd](https://github.com/thefrontside/simulacrum/commit/e3c55cdb3b0087a7e1be95d4c68674074956dfa2) change file on 2022-10-27
8+
- The auth0 simulator `/oauth/token` endpoint passes the user data through which is important as input for rules.
9+
- Bumped due to a bump in @simulacrum/auth0-simulator.
10+
- [f039985](https://github.com/thefrontside/simulacrum/commit/f039985b8768aa0c447b9304f2a624170f5e5782) pass user data at /oauth/token on 2022-10-31
11+
312
## \[0.1.14]
413

514
- now exports a `createAuth0Server` operation which can be used directly without

examples/nextjs/auth0-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@simulacrum-examples/nextjs-with-auth0-react",
3-
"version": "0.1.14",
3+
"version": "0.1.15",
44
"private": true,
55
"scripts": {
66
"standup": "npm run sim & npm run dev",
@@ -21,7 +21,7 @@
2121
"react-dom": "17.0.2"
2222
},
2323
"devDependencies": {
24-
"@simulacrum/auth0-simulator": "0.7.0",
24+
"@simulacrum/auth0-simulator": "0.7.1",
2525
"@simulacrum/client": "0.5.4",
2626
"@simulacrum/server": "0.6.2",
2727
"@types/react": "17.0.37",

examples/nextjs/nextjs-auth0/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## \[0.0.16]
4+
5+
- The auth0 simulator `/userinfo` endpoint will fall back to check for the `access_token` query parameter if the authorization header is not set.
6+
- Bumped due to a bump in @simulacrum/auth0-simulator.
7+
- [e3c55cd](https://github.com/thefrontside/simulacrum/commit/e3c55cdb3b0087a7e1be95d4c68674074956dfa2) change file on 2022-10-27
8+
- The auth0 simulator `/oauth/token` endpoint passes the user data through which is important as input for rules.
9+
- Bumped due to a bump in @simulacrum/auth0-simulator.
10+
- [f039985](https://github.com/thefrontside/simulacrum/commit/f039985b8768aa0c447b9304f2a624170f5e5782) pass user data at /oauth/token on 2022-10-31
11+
312
## \[0.0.15]
413

514
- now exports a `createAuth0Server` operation which can be used directly without

examples/nextjs/nextjs-auth0/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@simulacrum-examples/nextjs-with-nextjs-auth0",
3-
"version": "0.0.15",
3+
"version": "0.0.16",
44
"private": true,
55
"scripts": {
66
"standup": "npm run sim & npm run dev",
@@ -22,7 +22,7 @@
2222
"react-dom": "17.0.2"
2323
},
2424
"devDependencies": {
25-
"@simulacrum/auth0-simulator": "0.7.0",
25+
"@simulacrum/auth0-simulator": "0.7.1",
2626
"@simulacrum/client": "0.5.4",
2727
"@simulacrum/server": "0.6.2",
2828
"@types/react": "17.0.37",

integrations/cypress/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## \[0.6.5]
4+
5+
- The auth0 simulator `/userinfo` endpoint will fall back to check for the `access_token` query parameter if the authorization header is not set.
6+
- Bumped due to a bump in @simulacrum/auth0-simulator.
7+
- [e3c55cd](https://github.com/thefrontside/simulacrum/commit/e3c55cdb3b0087a7e1be95d4c68674074956dfa2) change file on 2022-10-27
8+
- The auth0 simulator `/oauth/token` endpoint passes the user data through which is important as input for rules.
9+
- Bumped due to a bump in @simulacrum/auth0-simulator.
10+
- [f039985](https://github.com/thefrontside/simulacrum/commit/f039985b8768aa0c447b9304f2a624170f5e5782) pass user data at /oauth/token on 2022-10-31
11+
312
## \[0.6.4]
413

514
- now exports a `createAuth0Server` operation which can be used directly without

integrations/cypress/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@simulacrum/auth0-cypress",
3-
"version": "0.6.4",
3+
"version": "0.6.5",
44
"description": "Cypress simulacrum commands",
55
"main": "dist/support/index.js",
66
"types": "dist/support/index.d.ts",

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/auth0/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## \[0.7.1]
4+
5+
- The auth0 simulator `/userinfo` endpoint will fall back to check for the `access_token` query parameter if the authorization header is not set.
6+
- [e3c55cd](https://github.com/thefrontside/simulacrum/commit/e3c55cdb3b0087a7e1be95d4c68674074956dfa2) change file on 2022-10-27
7+
- The auth0 simulator `/oauth/token` endpoint passes the user data through which is important as input for rules.
8+
- [f039985](https://github.com/thefrontside/simulacrum/commit/f039985b8768aa0c447b9304f2a624170f5e5782) pass user data at /oauth/token on 2022-10-31
9+
310
## \[0.7.0]
411

512
- now exports a `createAuth0Server` operation which can be used directly without

packages/auth0/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@simulacrum/auth0-simulator",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"description": "Run local instance of Auth0 API for local development and integration testing",
55
"main": "dist/index.js",
66
"bin": "bin/index.js",

0 commit comments

Comments
 (0)