-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replacement for TokenInfo endpoint #4653
Conversation
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes. |
b42a20c
to
b000896
Compare
5428b05
to
13e7ed5
Compare
9211141
to
a3fc79f
Compare
// Build new context without an authenticated user for the public link | ||
baseURI := ctx.Value(net.CtxKeyBaseURI).(string) | ||
logger := appctx.GetLogger(ctx) | ||
span := trace.SpanFromContext(ctx) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@butonic What do you think about copying the trace context this way?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apart from the few cosmetic comments, I think this is ok.
Related issue owncloud/ocis#8858