Tom Moor

Results 529 comments of Tom Moor
trafficstars

Take a look for `ValidateSSOAccessTask` in the logs, this would be run open opening the app

> Is it possible for me to extract the raw access token from the database Not directly, it's encrypted. The easiest would be to patch `build/server/utils/fetch.js` (you can mount a...

The reason we don't log you out in this failure scenario is so that failures on the SSO provider don't immediately log out all users, as you can imagine. In...

> there aren't any entries in the refreshToken column If there isn't a refresh token stored then it's generally because your OIDC provider isn't sending one – often this is...

Now available with the `installation.info` endpoint

There is some bug with the math module and this specific syntax that puts it in an infinite loop

I already reproduced the issue with the provided LaTeX in the repo, it's valid.

What are aligned environments?

I can't reproduce it anymore weirdly – try `v0.84.0`. The math library was updated, though it didn't _claim_ to have any fixes for this