Bearer token kya hota hai? Explained in simple Hindi

CareerCodeHindi (codehindi.com)
CareerCodeHindi (codehindi.com)
355 بار بازدید - 5 ماه پیش - One mistake in the video
One mistake in the video guys: "OAuth is an authorization protocol, rather than an authentication protocol". In the video I have mentioned as authentication protocol. Really sorry for this.
Bearer token kya hota hai? Explained in simple Hindi
More useful videos:
👉Information technology in Hindi playlist: HTTP vs HTTPS in Hindi | Difference k...
👉 DevOps kya hota hai IT industry mein? What is DevOps in Hindi: DevOps kya hai in short? What is DevO...
👉 Web development kya hai? Concepts - Part 2? Web development kya hai? Concepts - P...
👉 Web development और AI में से कौनसा choose करूँ? Web development और AI में से कौनसा ch...
👉 API kya hota hai software development mein?: API matlab kya hota hai software deve...
👉 Agile Software Development kya hota hai?: Agile Software Development kya hota h...
👉 Bug kya hota hai?: Bug kya hota hai? What is a software ...
👉 Algorithm kya hota hai?: Algorithm kya hota hai? What is an al...
👉 Backend kya hota hai?: Backend kya hota hai? What is backend...
👉 Minimum Viable Product (MVP) kya hota hai?: Minimum Viable Product (MVP) kya hota...
👉 Chatbot kya hota hai?: Chatbot kya hota hai? Chatbot meaning...

👉 Website: https://codehindi.com

Bearer Token ek type ka access token hota hai jo authentication ke liye istemal hota hai, commonly used in the context of OAuth 2.0 authentication protocol. Jab koi client (jaise ki mobile app ya web application) kisi resource ko access karna chahta hai, woh server se access token prapt karta hai aur fir us token ke sath requests ko authorize karta hai.

Bearer Token ko "Bearer" authentication scheme ke tahat HTTP headers mein include kiya jata hai.

Key characteristics of Bearer Tokens include:

1.  Stateless:
  - Bearer Tokens typically follow the stateless nature of the underlying authentication protocol (e.g., OAuth 2.0).
  - Server does not need to store any information about the token between requests.

2.  No Encryption:
  - Bearer Tokens are sent as plaintext, so it's crucial to use them over secure connections (HTTPS) to prevent interception.

3.  Short-lived:
  - Bearer Tokens often have a limited lifespan for security reasons. After expiration, clients need to refresh or obtain a new token.

4.  Authorization Scope:
  - The token contains information about the permissions and scope granted to the client, specifying what actions or resources the client is allowed to access.
5 ماه پیش در تاریخ 1402/12/20 منتشر شده است.
355 بـار بازدید شده
... بیشتر