Skip to content
#

identity

Here are 925 public repositories matching this topic...

Crevil
Crevil commented Feb 11, 2021

Describe the bug

Thank you for a great project and documentation. I ran into a bug (I think) while playing with the 5 minute tutorial.

When revoking an access token that is not found the hydra server returns a 404 response but this is not a defined response in the swagger specification. This leads to an error like `response status code does not match any response statuses defined for thi

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.

eikeikeik
eikeikeik commented Feb 27, 2021

Currently the all_burns in debug output of a stacks node is in value-sorted order:

Example: all_burns=[1,1,20000,20000,20000,20000]

This might be useful for determining median value. However, the median value is already indicated in the same output line. The requested functionality has the last 6 burns in chronological order so you can see which blocks you have missed:

e.g. all_burns=[200

andrewbanchich
andrewbanchich commented Feb 17, 2021

To reproduce:

  1. Create an identity using foo@test.com.
  2. Generate recovery link for that account.
  3. Set password using the recovery link.
  4. While logged in on the same computer, create a new identity bar@test.com.
  5. Generate a recovery link for bar@test.com.
  6. Clicking on the link opens the UI, but still logged in as foo@test.com.

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