Frozenlock
Frozenlock
No, `pkce` is set to false when initializing `OktaAuth` and then the method is called without additional options.
I must be using the wrong method then. The doc mentions that by setting `pkce` to false one can use the [autorization code flow](https://github.com/okta/okta-auth-js#authorization-code-flow-for-web-and-native-client-types). What method should be used once...
Also, I realize I was using the wrong method, but shouldn't it throw an exception in that case?
> In every file, there's an optional comment attribute where you can put whatever you want. Ah yes, good forward-thinking. I did as you suggested and it works as expected....
Unfortunately it doesn't work. Previous version :  This branch :  ~~In addition, the new branch causes my CPU to run wild.~~ The CPU problem was caused by my...
Hmm... I get an error about `.bandwidth` when I try to switch the jsfiddle to a non-ordinal chart. ``` js .x(d3.scaleLinear().domain([0, 9])) .xUnits(function () {return 10;}) ``` Did I forget...
@jaklub Now it works as expected.  Thank you!
Would it be possible to update the grouped branch with the newest release?
Thank you very much!
Hello @gordonwoodhull, Have you made a decision as to which implementation should be merged into master? (#1459 or #1470)