zitadel/internal/api/http
Livio Amstutz b3f68c8f48
feat: add tracing interceptors to login and oidc (#764)
* add tracing interceptors to login and oidc

* add some tracing spans

* trace login calls

* add some spans

* add some spans (change password)

* add some more tracing in oauth/oidc

* revert org exists

* Merge branch 'master' into http-tracing

# Conflicts:
#	internal/api/oidc/auth_request.go
#	internal/api/oidc/client.go
#	internal/auth/repository/eventsourcing/eventstore/auth_request.go
#	internal/auth/repository/eventsourcing/eventstore/user.go
#	internal/authz/repository/eventsourcing/eventstore/token_verifier.go
#	internal/authz/repository/eventsourcing/view/token.go
#	internal/user/repository/eventsourcing/eventstore.go
2020-10-21 10:18:34 +02:00
..
middleware feat: add tracing interceptors to login and oidc (#764) 2020-10-21 10:18:34 +02:00
cookie.go fix: cookie handling (#654) 2020-08-31 08:49:35 +02:00
domain_check.go feat: add domain verification (#560) 2020-08-06 15:03:03 +02:00
header.go fix: cookie handling (#654) 2020-08-31 08:49:35 +02:00
listener.go feat: port reduction (#323) 2020-07-08 13:56:37 +02:00
marshal.go feat: policies on aggregates (#799) 2020-10-15 10:27:13 +02:00
origin.go fix: cors (#621) 2020-08-24 10:06:55 +02:00
parser.go feat: add some api packages 2020-03-23 07:01:59 +01:00
probes.go feat: add tracing interceptors to login and oidc (#764) 2020-10-21 10:18:34 +02:00
server.go feat: port reduction (#323) 2020-07-08 13:56:37 +02:00