Authentication with Persona and MySQL in an Express application
Submitted by toniher on
Since its beginning I liked Persona (also known as BrowserID), because it:
- technically supports a more decentralised Internet
- makes authentication easier for users
Shame on me, only just a few weeks ago I found time to play with this. As a proof of concept, I prepared an Express application that connects to MySQL so I could have a better understanding about how this authentication system actually works in practice (from a developer point of view).