Skip to content

Commit

Permalink
small change
Browse files Browse the repository at this point in the history
  • Loading branch information
moksamedia committed Aug 16, 2022
1 parent deb7981 commit a782547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _source/_posts/2022-08-15-spring-boot-crud-update.md
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ npm i --save axios vuejs3-logger vue-router@4 @okta/okta-vue

To learn more about how Okta integrates with Vue, take a look at [the GitHub page](https://github.com/okta/okta-vue) for the `okta/okta-vue` project. There are also more resources and example applications listed on in [the general Okta docs](https://developer.okta.com/code/vue/).

Replace `main.js` with the following. Look at the `OktaAuth` configuration object. Notice there are two values that are pulled from a `.env` file.
Replace `main.js` with the following. Look at the `OktaAuth` configuration object. Notice the client ID and issuer URI are pulled from a `.env` file.

`src/main.js`

Expand Down

0 comments on commit a782547

Please sign in to comment.