Date: 2018-10-15
Accepted
The API portion of this application will require authentication.
JSON Web Token (JWT) is an open standard described by RFC 7519.
We will use JWT for authentication.
Using JWT allows us to use a best practices pattern for authentication and support libraries to make the implementation much more secure and efficient.