2016
JSON Web Token Introduction - jwt.io
JSON Web Token (JWT) is an open standard (RFC 7519) that defines a compact and self-contained way for securely transmitting information between parties as a JSON object. This information can be verified and trusted because it is digitally signed. JWTs can be signed using a secret (with the HMAC algorithm) or a public/private key pair using RSA.
Easy Angular Authentication with JSON Web Tokens
Stateless authentication is a great fit for Angular apps. In this post, guest-blogger Ryan Chenkie from Auth0 talks about implementing it using JSON Web Tokens. -- Victor Savkin
2014
THC-HYDRA - fast and flexible network login hacker
by 1 otherA very fast network logon cracker which support many different services.
2008
OAuth — An open protocol to allow secure API authentication in a simple and standard method from desktop and web applications.
by 13 othersAn open protocol to allow secure API authentication in a simple and standard method from desktop and web applications.
1
(5 marks)