Skip to content

Commit

Permalink
Merge pull request #78 from owncloud/feat/stateStore
Browse files Browse the repository at this point in the history
define state store and release 0.9.0
  • Loading branch information
kulmann authored Jul 1, 2021
2 parents e13565f + e439093 commit 8fb7ac9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions changelog/0.9.0_2021-06-30/enhancement-state-store
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Enhancement: Set state store

We've added the same storage that we're using in the user store to the state store.

https://github.com/owncloud/file-picker/pull/78
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ownclouders/file-picker",
"version": "0.8.0",
"version": "0.9.0",
"author": "ownclouders <[email protected]>",
"description": "Easily integrate ownCloud into your existing products",
"type": "commonjs",
Expand Down
1 change: 1 addition & 0 deletions src/services/auth.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export function initVueAuthenticate(config) {
})

const openIdConfig = {
stateStore: store,
userStore: store,
redirect_uri: window.location.origin + '/oidc-callback.html',
response_type: 'code', // code triggers auth code grant flow
Expand Down

0 comments on commit 8fb7ac9

Please sign in to comment.