Skip to content

Commit d68661d

Browse files
committed
1.6.1
1 parent baf0f12 commit d68661d

File tree

4 files changed

+63
-62
lines changed

4 files changed

+63
-62
lines changed

dist/oidc-client.js

Lines changed: 30 additions & 30 deletions
Large diffs are not rendered by default.

lib/oidc-client.js

Lines changed: 30 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oidc-client",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"description": "OpenID Connect (OIDC) & OAuth2 client library",
55
"main": "lib/oidc-client.min.js",
66
"scripts": {

samples/VanillaJS/public/code-identityserver-sample.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ var settings = {
3636
post_logout_redirect_uri: url + '/code-identityserver-sample.html',
3737
response_type: 'code',
3838
//response_mode: 'fragment',
39-
scope: 'openid profile api offline_access',
39+
scope: 'openid profile api',
40+
//scope: 'openid profile api offline_access',
4041

4142
popup_redirect_uri: url + '/code-identityserver-sample-popup-signin.html',
4243
popup_post_logout_redirect_uri: url + '/code-identityserver-sample-popup-signout.html',

0 commit comments

Comments
 (0)