Skip to content

Commit 3b9a6e9

Browse files
committed
chore: clean after merge
2 parents 65c2b95 + c587f55 commit 3b9a6e9

File tree

4 files changed

+23
-5
lines changed

4 files changed

+23
-5
lines changed

docs/changelog.html

+7
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,17 @@ <h3 id="921-2020-04-23"><a href="https://github.com/manfredsteyer/angular-oauth2
3737
<h2 id="920-2020-03-28"><a href="https://github.com/manfredsteyer/angular-oauth2-oidc/compare/v9.1.0...v9.2.0">9.2.0</a> (2020-03-28)</h2>
3838
<h3 id="features">Features</h3>
3939
<ul>
40+
<<<<<<< HEAD
4041
<li><p><strong>revoketokenandlogout:</strong> explicit way to revoke an access token according to <a href="https://tools.ietf.org/html/rfc7009">RFC 7009</a> (<a href="https://github.com/manfredsteyer/angular-oauth2-oidc/commit/c799eadbfa616d459af8be1a667499834745d78f">c799ead</a>)</p>
4142
</li>
4243
<li><p><strong>token-revocation:</strong> also revoke refresh_token (<a href="https://github.com/manfredsteyer/angular-oauth2-oidc/commit/429ed2c5b50c60ac857ff0ffe84c1d7fc995c6dd">429ed2c</a>)</p>
4344
</li>
45+
=======
46+
<li><strong>automatic silent refresh:</strong> stopAutomaticRefresh stops all timers. (<a href="https://github.com/manfredsteyer/angular-oauth2-oidc/commit/8ab853bf38dd162060d7b6cbd18f7b4fd5a84f18">8ab853b</a>)</li>
47+
<li><strong>code-flow:</strong> allow using silent refresh by setting useSilentRefresh to true (<a href="https://github.com/manfredsteyer/angular-oauth2-oidc/commit/93902a5808bb9b75a41d4bde44c6ab763bcfa9f6">93902a5</a>)</li>
48+
<li><strong>sample:</strong> Also use new Identity Server 4 for implicit flow demo to prevent issues with same site cookies (<a href="https://github.com/manfredsteyer/angular-oauth2-oidc/commit/58c63541bc7d83d72c30577da2b68ac2d1dc35b7">58c6354</a>)</li>
49+
<li><strong>session checks:</strong> Session checks work now for code flow too. Please see docs for details. (<a href="https://github.com/manfredsteyer/angular-oauth2-oidc/commit/4bf89014d8cc5d50ed716500e3f3ad265b4ae2db">4bf8901</a>)</li>
50+
>>>>>>> c587f55886805c38bd37c52894ef88d88dbf6240
4451
</ul>
4552
<h3 id="bug-fixes">Bug Fixes</h3>
4653
<ul>

docs/js/search/search_index.js

+5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

+9-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"release": "standard-version",
77
"ng": "ng",
88
"start": "ng serve --project sample -o",
9-
"build": "npm run prettier && ng build --prod --project lib && npm run copy:readme && npm run docs",
9+
"build": "npm run prettier && ng build --prod --project lib && npm run copy:readme && npm run copy:license && npm run docs",
1010
"build:jwks": "npm run prettier && ng build angular-oauth2-oidc-jwks --ts-config tsconfig.npm.json",
1111
"test": "ng test",
1212
"lint": "ng lint",
@@ -19,6 +19,7 @@
1919
"docs:watch": "npm run docs:build -- -s -w",
2020
"format": "prettier --single-quote --write projects/**/*.ts",
2121
"copy:readme": "cpr README.md dist/lib/README.md --overwrite",
22+
"copy:license": "cpr LICENSE dist/lib/LICENSE --overwrite",
2223
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
2324
"contributer": "git shortlog -s 9.0.0..HEAD"
2425
},

0 commit comments

Comments
 (0)