Ivan Stefanov

Results 3 issues of Ivan Stefanov

If you try the following shell execution: ```sh for i in {1..5}; do curl -X POST -d "client_id=myClientID&client_secret=password&grant_type=password&username=jdoe&password=changeit&scope=cn" http://localhost:8899/token; done ``` You will get the following output: ``` {"access_token":"eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJteUNsaWVudElEIiwiZXhwIjoxNTgwNzk4NzU3LCJzdWIiOiJhY2NvdW50X2lkIn0.RzrGuvP45fFr_fCLjaCjtt9OkQK3B7QGHkn2-BdX2vuE4C_sAtxuVDKNdEaJiQmIC9YhMxJw18tbFzImmG2Ki13XYAJWdE8gcQldcYD8bv31cvTJApOOKqDifQ9BtN1JPgqbh9iAncakg_GeSqguRXuZGHQd46WBu8cB9_h55xgDxnRX0BFByIY57XQC7JxGnFPaeX17_aW2X6u07mxI6fvPukYGpkK7I3oL_pfahmoHSUSW1u3GOtY1jhZWpE6ytkX7dqgqimDMe1NIJlMqHRn_E1WjUpuJTs3Unc08TEweykTlDZQCLJNtES9tb5f9umAfbZrUiqfb0J1NlJUuZA","expires_in":60,"refresh_token":"BLDY7AXVUZELQLSAU3OS1A","scope":"cn","token_type":"Bearer"} {"error":"server_error","error_description":"The...

Some older browsers (e.g. Chrome 45) don't support **x** and **y** properties as part of the `DOMRect` object returned from **getBoundingClientRect**. This is a problem because **getTabSize** returns wrong values...

Right now when the user is authenticated successfully, it's redirected to the root page of the client site. The better approach is to be redirected to the referrer page (e.g....

enhancement