Security

Docker is a platform that allows developers to easily build, ship, and run applications in containers, which provide a lightweight, portable environment for running code.

OpenID Connect (OIDC)

OpenID Connect (OIDC) is a standard protocol for user authentication that is widely used in the context of internet security.

Public key Authentication

Public key authentication is a method in which a user proves their identity by using a cryptographic key pair consisting of a public key shared with the server and a private key kept secret.

TLS

TLS (Transport Layer Security) is a cryptographic protocol used to secure communication over the internet, providing privacy, data integrity, and authentication between client-server applications.

Last modified July 21, 2024: update (e2ae86c)