Kerberos is a computer-network authentication protocol that works on the basis of tickets to allow nodes communicating over a non-secure network to prove their identity to one another in a secure manner. It is widely used in enterprise environments for single sign-on authentication. -
View it on GitHub