Results 44 comments of 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 : ![image](https://user-images.githubusercontent.com/1152041/42250079-c03b2772-7efc-11e8-8950-200910a08a24.png) This branch : ![image](https://user-images.githubusercontent.com/1152041/42250093-d15d8162-7efc-11e8-94ee-e022c59b4715.png) ~~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. ![image](https://user-images.githubusercontent.com/1152041/42349844-f18a17ea-807b-11e8-8d9e-ebc8f4e86ceb.png) 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)