Tuesday, 23 January 2024

Authentication & Autherization

 Authentication

  • It is verify who the user is
  • It works through passwords
  • One-time pins, bio-metric information
  • Other information provided or entered by the user

Authorization

  • It determines which resources have access
  • It determines which resources users have permission

No comments:

Post a Comment

map online shopping status with REST API

  Example Sequence of API Calls Browse products : GET /products View product details : GET /products/12345 Add product to cart : POST /cart ...