You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
server: support multiple TLS certificates
Implemented support for multiple TLS certificates (TLSCertFiles,
TLSKeyFiles, TLSCertNames server configuration options) which allows
a single ssh-inscribe server to properly serve multiple domains.
authoidc: move token validation to callback phase
In some situations it might take quite a lot of time for the auth
provider to respond. Let's move the validation to the callback phase so
that we can continue refreshing the AuthContext by the client.
Also implemented locking with RWMutex and the whole locking less
conservative.