Jaume Alavedra
Jaume Alavedra
If reporting a bug: 1. __Can you describe the problem and bug in more detail?__ Can't install locally using the instructions from GETTING-STARTED.md. 2. __How can we replicate the issue?__...
Hi, Im am trying to configure and generate this code using CMAKE 3.10.0. but I am getting an error when I try to configure the code (using VS 15 2017)....
Hi, when doing a silent signing, the callback always expects that there is a custom state `url_state`. This is required because: SigninResponse.ts: ```ts const splitState = decodeURIComponent(this.state).split(URL_STATE_DELIMITER); this.state = splitState[0];...