Ant11234 / BazhRepo

Apache License 2.0
0 stars 0 forks source link

Anthony Bazhenov - Deployment Pop Quiz #9

Open Ant11234 opened 10 months ago

Ant11234 commented 10 months ago

Anthony Bazhenov - 3.4

  1. Show JWT sign up or login process - 0.55

  2. POJO Changes: Java class that adheres to a set of conventions to keep its structure simple. Uses getters and setters. It does not extend or implement specialized classes or interfaces, making it a plain and standard Java object. Adding, modifying, or removing fields, as well as updating methods to reflect the new structure or behavior. - 0.8 Screenshot 2024-01-30 at 9 43 48 AM

  3. Security Rules - JWT are signed to ensure that they cannot be changed while being sent from one computer to another. Each token has its own key that - 0.8

  4. Docker - 0.9 Screenshot 2024-01-30 at 9 39 00 AM

  5. Exception Handling - 0.9

    Screenshot 2024-01-30 at 9 34 51 AM