Microservice
- Modular, every one follows their own cycle
- easy to deploy, not block each other
- continuous delivery
12-Factor Apps
- Portable
- Continually Deployable
- Scalable
Container
- start and shut down easily
- have multiple running in parallel
JSON Web Token
- Server wants to authenticate the client, but instead of saving the user data, the Server instead creates a token, then return to client.
- Client send the request with the token
- Server valid JWT