We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a95f96 commit 54ab5e7Copy full SHA for 54ab5e7
coderd/coderd.go
@@ -173,6 +173,9 @@ type Options struct {
173
174
WorkspaceAppsStatsCollectorOptions workspaceapps.StatsCollectorOptions
175
176
+ // This janky function is used in telemetry to parse fields out of the raw
177
+ // JWT. It needs to be passed through like this because license parsing is
178
+ // under the enterprise license, and can't be imported into AGPL.
179
ParseLicenseClaims func(rawJWT string) (email string, trial bool, err error)
180
}
181
0 commit comments