- 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.
推薦閱讀
- Vue 3移動Web開發與性能調優實戰
- Kali Linux Web Penetration Testing Cookbook
- Spring技術內幕:深入解析Spring架構與設計
- 從0到1:HTML+CSS快速上手
- Python神經網絡項目實戰
- Working with Odoo
- Programming with CodeIgniterMVC
- 從Power BI到Analysis Services:企業級數據分析實戰
- 愛上C語言:C KISS
- Practical Maya Programming with Python
- 視窗軟件設計和開發自動化:可視化D++語言
- 安卓工程師教你玩轉Android
- Using Yocto Project with BeagleBone Black
- RESTful Web API Design with Node.js
- Mastering Machine Learning with scikit-learn