Commit Graph

10 Commits (0b9124d4fddfc51f2a5739d9bd0953d3a06ae679)

Author SHA1 Message Date
Guy Lewin 6c6607ae68
feat: add multiple authentication methods, token and oidc.
token is the current token comparison, and oidc generates oidc token using client-credentials flow. in addition - add ping verification using the same method
5 years ago
fatedier 649f47c345 change log method 5 years ago
Tyler Compton 6277af4790 Pass server configuration as an argument
The ServerCommonConf is now passed around as an argument instead of
being shared between components as a global variable. This allows for
more natural interaction with server.Session as a library and allows for
multiple servers to co-exist within the same process.

Related: #1387
6 years ago
fatedier b3ed863021 support http load balancing 6 years ago
fatedier b7a73d3469 support proxy protocol for type http 6 years ago
fatedier 9c4ec56491 support proxy protocol 6 years ago
fatedier 74a8752570 fix route conflict 6 years ago
fatedier e691a40260 improve the stability of xtcp 6 years ago
fatedier 48990da22e go vet 6 years ago
fatedier 611d063e1f server: adjust code structure 6 years ago