Skip to content

Commit

Permalink
okta-vue@1.1.1 (#544)
Browse files Browse the repository at this point in the history
  • Loading branch information
aarongranick-okta authored Aug 30, 2019
1 parent 7503266 commit 896ca25
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions packages/okta-vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# 1.1.1

### Features

- [`3e0666d`](https://github.com/okta/okta-oidc-js/commit/3e0666dc279bbe716e3bb236a051be31aad494c7) - Support PKCE authorization flow

### Other

- [`654550`](https://github.com/okta/okta-oidc-js/commit/6545506921cbe6e8f15076e45e908f285a6e2f1e) - All configuration options are now accepted. See [Configuration Reference](https://github.com/okta/okta-auth-js#configuration-reference). Camel-case (clientId) is now the preferred syntax for all Okta OIDC libraries. Underscore syntax (client_id) will be deprecated in a future release.

- [`a2a7b3e`](https://github.com/okta/okta-oidc-js/commit/a2a7b3e695d40e29d473be89e90340fbf5c4c56b) - Configuration property `scope` (string) is deprecated in favor of `scopes` (array). Normalize config format for the properties `responseType` and `scopes`, used in get token flows. Fully support deprecated config properties `request_type` and `scope` as previously documented and used within the okta-vue samples.

# 1.1.0

Expand Down
2 changes: 1 addition & 1 deletion packages/okta-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@okta/okta-vue",
"version": "1.1.0",
"version": "1.1.1",
"description": "Vue support for Okta",
"main": "dist/okta-vue.js",
"files": [
Expand Down

0 comments on commit 896ca25

Please sign in to comment.