Skip to content
#

identity

Here are 980 public repositories matching this topic...

pomerium
travisgroth
travisgroth commented Aug 14, 2019

Is your feature request related to a problem? Please describe.

As observed during #261, users can accidentally set timeouts inconsistently. A concrete example is that one can set a User facing timeout lower than any backend timeout, such that requests may fail early.

Describe the solution you'd like

We should provide some sanity checking to prevent unintended timeout behavior.

CharlieC3
CharlieC3 commented Mar 12, 2021

Describe the bug
Currently if stacks-node has a problem parsing properties in a given config toml file, it will immediately abort due to a panic and dump a stacktrace. The error doesn't direct the user that the problem exists in the config file, nor does the stack trace. This can lead to confusion and generally make the user experience more difficult when trying to understand the problem.

ockam
PackBjamin
PackBjamin commented Apr 23, 2021

We experienced anomalous behavior with our localStorage['redirect'] value being "randomly" cleared out. Further investigation found the culprit was the angular-auth-oidc-client code:

auto-login-service.js

const STORAGE_KEY = 'redirect';

I'm not familiar with the code base. My initial scan only found this usage. But it might be a good idea to use something like a library wi

Improve this page

Add a description, image, and links to the identity topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the identity topic, visit your repo's landing page and select "manage topics."

Learn more