Mark
Mark
I'm sorry but I no longer use oidc-client-js for Cordova, or recommend it's use. On Tue., 12 Mar. 2019, 6:19 am akhileshwar-mishra, wrote: > Hi @markphillips100 , with your >...
There are various discussions in the [oidc-client-js repo](https://github.com/IdentityModel/oidc-client-js), the main issue being [Cordova support](https://github.com/IdentityModel/oidc-client-js/issues/493). I've referenced Brock's [comment](https://github.com/IdentityModel/oidc-client-js/issues/493#issuecomment-400307392) which references the [IETF draft](https://tools.ietf.org/html/rfc8252) describing all the reasons why the approach...
@granthoff1107 & @akhileshwar-mishra Just to add some insight, [this](https://github.com/openid/AppAuth-JS/issues/21) issue in the AppAuth-JS repo will give you good pointers towards a more secure approach, and even references a [sample implementation](https://github.com/Belicosus/AppAuth-Ionic)....
As far as I know the inappbrowser plugin doesn't have browser support. This means if you have configured the lib to use the cordova components they will not be able...
Hmm, apparently the in-app-browser plugin supports browser so it's something I'd certainly like to resolve. I don't have a lot of time though so not sure when I could get...
Language server compilation error and no syntax highlighting in vscode when code is valid on Windows
@Peefy is this supposed to be fixed in kcl-language-server v0.8.6? I just bumped kcl to v0.8.7 and kcl-language-server to v0.8.6 and still seeing the same issue with my test repo...
Language server compilation error and no syntax highlighting in vscode when code is valid on Windows
Just FYI @Peefy @He1pa , I got hold of a macbook briefly and tried my test repo and also my real compositions repo under the same conditions. No problem on...
Language server compilation error and no syntax highlighting in vscode when code is valid on Windows
Hi @Peefy kcl-language-server v0.8.7 appears to fix the current test repo, however my real code is still throwing errors in the language server - usual "compile failed code: -32603". Something...
Language server compilation error and no syntax highlighting in vscode when code is valid on Windows
Yep. I'll copy code for one of my compositions into a new test repo, the smallest one that breaks, and reference here when available with logs attached.
Language server compilation error and no syntax highlighting in vscode when code is valid on Windows
@Peefy I've added [branch error2](https://github.com/markphillips100/kcllsp-test/tree/error2) and included one of my real compositions. Note, there seems to be a separate issue in regards to some schema complaints around `matchControllerRef`. You'll see...