Skip to content

Commit

Permalink
1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brockallen committed Dec 21, 2018
1 parent baf0f12 commit d68661d
Show file tree
Hide file tree
Showing 4 changed files with 63 additions and 62 deletions.
60 changes: 30 additions & 30 deletions dist/oidc-client.js

Large diffs are not rendered by default.

60 changes: 30 additions & 30 deletions lib/oidc-client.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oidc-client",
"version": "1.6.0",
"version": "1.6.1",
"description": "OpenID Connect (OIDC) & OAuth2 client library",
"main": "lib/oidc-client.min.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion samples/VanillaJS/public/code-identityserver-sample.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ var settings = {
post_logout_redirect_uri: url + '/code-identityserver-sample.html',
response_type: 'code',
//response_mode: 'fragment',
scope: 'openid profile api offline_access',
scope: 'openid profile api',
//scope: 'openid profile api offline_access',

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

0 comments on commit d68661d

Please sign in to comment.