index
:
eduvpn-common
main
pages
v1
Fork of codeberg.org/eduVPN/eduvpn-common for <b>reasons</b>
herk
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
client_test.go
Age
Commit message (
Collapse
)
Author
2022-10-18
Client: Move to its own package
jwijenbergh
2022-10-17
Server + Util: Ensure the base URL already ends with a /
jwijenbergh
2022-10-17
OAuth: 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-13
Client Test: Ensure we get the right server
jwijenbergh
2022-10-13
Format: Run gofumpt
jwijenbergh
2022-10-11
Client: Refactor out adding a Server from getting a config
jwijenbergh
2022-10-06
Client Test: Use the Let's Connect! variant to disable Discovery
jwijenbergh
2022-10-06
OAuth: Use an available port instead of the hard-coded 8000
jwijenbergh
2022-10-06
CLI + Client Test: Add missing language argument to Register
jwijenbergh
2022-10-04
State: Rename to client to avoid confusion with the FSM
jwijenbergh