hackerman
hackerman
Sorry, I overlooked your comment. Yes - no need to create another issue!
Thank you for your thoughts! I think that sounds reasonable! The idea of `may_act` is to restrict who can exchange an access token? So in your example, the client of...
Marked as stale in error.
Thank you for the report! The metadata object is indeed a raw JSON string, and the CLI should be able to support it. It could be as easy as `--metadata...
Thank you for the report and sorry for the trouble. We do not support online migrations at the moment. Go tooling around this still has to catch up. As we're...
We might explore that in the future, and while it will solve a couple of edge cases it will not solve the general issue at hand. Due to limited resources,...
Thank you, we indeed do not check `key_ops`. Is it possible in your use case to rely on `use` instead? As per spec: > Applications should specify which of these...
@sagarshah1983 sorry for my late reply - the best course of action is to add this functionality to go-jose (see https://github.com/square/go-jose/issues/270) and then update the dependency here once it is...
PRs welcomed :) Technically, I think this probably needs a HTTP server restart which might be difficult (but probably achievable) to implement given the way how we bootstrap. It will...