JSON Web Token / JST (Security)
When creating a web application there are different ways to handle authentication (e.g. signing in). My previous web applications used username / password but is it the best way to handle it? The Drawbacks of Username / Password Combo Using a username and password combination helps authenticate users (e.g. someone needs both the username and […]
