summaryrefslogtreecommitdiff
path: root/client_test.go
AgeCommit message (Collapse)Author
2022-10-18Client: Move to its own packagejwijenbergh
2022-10-17Server + Util: Ensure the base URL already ends with a /jwijenbergh
2022-10-17OAuth: Implement Authorization Server Issuer Identification (ISS)jwijenbergh
- This patch implements ISS checking according to RFC 9207 https://datatracker.ietf.org/doc/html/rfc9207 - This tries to prevent so called "mix-up" attacks where the client is fooled into authorizing with an honest AS through a malicious entity
2022-10-13Client Test: Ensure we get the right serverjwijenbergh
2022-10-13Format: Run gofumptjwijenbergh
2022-10-11Client: Refactor out adding a Server from getting a configjwijenbergh
2022-10-06Client Test: Use the Let's Connect! variant to disable Discoveryjwijenbergh
2022-10-06OAuth: Use an available port instead of the hard-coded 8000jwijenbergh
2022-10-06CLI + Client Test: Add missing language argument to Registerjwijenbergh
2022-10-04State: Rename to client to avoid confusion with the FSMjwijenbergh