I have no idea if this is a sensible place to repo...
# general
s
I have no idea if this is a sensible place to report a minor bug, but... It appears that the GO client library (https://github.com/ory/kratos-client-go) does not contain the constants for CredentialsTypes (https://github.com/ory/kratos/blob/v1.3.1/identity/credentials.go#L80). This is not a major problem as they are just strings, but it does mean if ory changes their spelling my code breaks at runtime rather than at compile time.