To help prepare for API authentication tomorrow, research JSON Web Tokens (known as JWTs). This should take about 30 minutes. Answer the following questions and submit this README as your homework:
- What are the 3 parts of a JWT?
- What information does each part contain?
- Why do people use JWTs for authentication? A great resource to read would be https://jwt.io/introduction/.