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

  1. Server wants to authenticate the client, but instead of saving the user data, the Server instead creates a token, then return to client.
  2. Client send the request with the token
  3. Server valid JWT

results matching ""

    No results matching ""