- Full Stack Development with JHipster
- Deepu K Sasidharan Sendil Kumar N
- 90字
- 2021-08-27 19:57:35
JWT
JSON Web Token (JWT) (https://jwt.io) is an open industry standard for security tokens. JWT authentication works by a server and client passing and verifying claims. A server generates a JWT token and passes it back to the client when user credentials are successfully validated. The client will store this token locally and use it to request protect resources from the server later by passing the token in the request header. This is a stateless authentication mechanism. This is explained in detail in Chapter 9, Building Microservices with JHipster.
推薦閱讀
- JavaScript前端開發模塊化教程
- Learning Elixir
- 編寫高質量代碼:改善Python程序的91個建議
- Java程序員面試算法寶典
- PLC編程與調試技術(松下系列)
- Reactive Android Programming
- 從Excel到Python:用Python輕松處理Excel數據(第2版)
- ASP.NET程序設計教程
- Microsoft Azure Storage Essentials
- 零基礎輕松學C++:青少年趣味編程(全彩版)
- Visual Basic語言程序設計基礎(第3版)
- 寫給青少年的人工智能(Python版·微課視頻版)
- Shopify Application Development
- Kohana 3.0 Beginner's Guide
- Docker on Windows