zitadel-oidc/pkg/op
JCustin e54ab63c1c
Update authrequest.go
Rewrote error messages with a consistent structure to explain said errors, as well as a transition to the administrator's contact information. The administrator's information will needed to be plugged in by a more knowledgeable contributor.

Note that because I am not familiar with Go, some of the error messages may have an incorrect explanation for the error. I encourage a double check on the terminology and logic explained in my messages. If there are any errors, please correct the terminology and logic while retaining the sentence structure.
2020-07-27 19:19:14 -07:00
..
mock fix: handle code separately (#30) 2020-05-29 09:40:34 +02:00
authrequest.go Update authrequest.go 2020-07-27 19:19:14 -07:00
authrequest_test.go feat: preselect user with id_token_hint (#16) 2020-03-11 09:41:54 +01:00
client.go feat: terminate session (front channel logout) 2020-03-03 11:31:23 +01:00
config.go fix: end session (#35) 2020-07-06 12:52:22 +02:00
config_test.go initial commit 2020-01-31 15:22:16 +01:00
crypto.go initial commit 2020-01-31 15:22:16 +01:00
default_op.go fix: end session (#35) 2020-07-06 12:52:22 +02:00
discovery.go feat: terminate session (front channel logout) 2020-03-03 11:31:23 +01:00
discovery_test.go initial commit 2020-01-31 15:22:16 +01:00
endpoint.go fix: custom absolute endpoints 2020-02-21 10:04:50 +01:00
endpoint_test.go fix: custom absolute endpoints 2020-02-21 10:04:50 +01:00
error.go feat: terminate session (front channel logout) 2020-03-03 11:31:23 +01:00
keys.go initial commit 2020-01-31 15:22:16 +01:00
op.go fix: end session (#35) 2020-07-06 12:52:22 +02:00
probes.go add readiness and partial key rotation 2020-02-11 17:17:09 +01:00
session.go fix: end session (#35) 2020-07-06 12:52:22 +02:00
signer.go add readiness and partial key rotation 2020-02-11 17:17:09 +01:00
signer_test.go add readiness and partial key rotation 2020-02-11 17:17:09 +01:00
storage.go fix: handle code separately (#30) 2020-05-29 09:40:34 +02:00
token.go fix: handle code separately (#30) 2020-05-29 09:40:34 +02:00
tokenrequest.go fix: handle code separately (#30) 2020-05-29 09:40:34 +02:00
userinfo.go Fix: userinfo (#15) 2020-03-06 17:14:30 +01:00