samples-js-vue icon indicating copy to clipboard operation
samples-js-vue copied to clipboard

samples-js-vue

Results 20 samples-js-vue issues
Sort by recently updated
recently updated
newest added

It's 2024, Vue 2 is EOL. Code examples should contain Composition API code.

Log: ``` -----> Building on the Heroku-20 stack -----> Determining which buildpack to use for this app -----> Node.js app detected -----> Creating runtime environment NPM_CONFIG_PRODUCTION=false NPM_CONFIG_LOGLEVEL=error YARN_PRODUCTION=false NODE_VERBOSE=false NODE_ENV=production...

The "My User Profile (ID Token Claims)" does not actually contain all of the claims in the Id Token. Looks like the previous logic used the user info instead?

I used the basic skeleton of the sample project to start my own project and ran into issues with Okta not redirecting after successful authentication. After a chunk of debugging,...

I can seem to get past the CORS issue

Signing in and following MFA enrolment displays error for e-mail MFA factor: Email Authentication "L10N_ERROR[]" ![image](https://user-images.githubusercontent.com/48078972/86255301-4b6eeb80-bbfa-11ea-9e93-7fbe8cfac94b.png) Update to Widget version 4.1.0 resolved the issue Package.json ... "dependencies": { "@okta/okta-signin-widget": "^4.1.0",...

login.vue- ` ` import OktaSignIn from '@okta/okta-signin-widget'; import constants from '@/config'; import { $http } from '@/utility/$http'; const http = new $http(); export default { name: "login", data: function ()...