-
Updated
Feb 15, 2021
identity
Here are 917 public repositories matching this topic...
-
Updated
Jan 26, 2021 - C#
-
Updated
Feb 19, 2021 - Ruby
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.
Currently Clarity's stx-transfer? function doesn't let you include a memo
To reproduce:
- Create an identity using
foo@test.com. - Generate recovery link for that account.
- Set password using the recovery link.
- While logged in on the same computer, create a new identity
bar@test.com. - Generate a recovery link for
bar@test.com. - Clicking on the link opens the UI, but still logged in as
foo@test.com.
-
Updated
Feb 12, 2021 - Python
cc @jcnelson from this forum post.
There should be a setting added that allows the user to adjust the URL for the transaction broadcaster in regards to acquiring names. Should be fairly simple to implement unless it is tied within blockstack.js, in which case an issue would need to
-
Updated
Oct 10, 2020 - JavaScript
-
Updated
Feb 3, 2021 - Java
Is your feature request related to a problem? Please describe.
This feature request is Android related. We would like to enable the WindowManagerFlags.Secure flag on every bit of our app, so that the app content gets hidden once the app enters the background (e.g. in Android task overview). This flag also prevents the user from taking screenshots. Adam Pedley once wrote a nice and short blog
-
Updated
Feb 19, 2021 - HTML
-
Updated
Feb 19, 2021 - C#
-
Updated
Jan 28, 2021 - TypeScript
-
Updated
Nov 12, 2020 - Shell
-
Updated
Feb 21, 2021 - TypeScript
-
Updated
Feb 20, 2021 - Python
-
Updated
Oct 18, 2020
-
Updated
Feb 19, 2021 - Dart
-
Updated
Jan 24, 2021 - Java
-
Updated
Feb 18, 2021 - C#
Describe the issue:
The links not show hover states on hover on the getting started page.
How to reproduce:
- Navigate to getting started page
- hover over any link
Expected behavior:
Should indicate hover state for links
-
Updated
Feb 21, 2021 - Rust
-
Updated
Sep 4, 2020 - JavaScript
-
Updated
Jan 13, 2021 - Jupyter Notebook
-
Updated
Feb 16, 2021 - Python
-
Updated
Feb 17, 2021 - C#
-
Updated
Jul 24, 2020 - C#
Improve this page
Add a description, image, and links to the identity topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the identity topic, visit your repo's landing page and select "manage topics."
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