- 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前端開發(fā)模塊化教程
- ReSharper Essentials
- Java面向?qū)ο筌浖_發(fā)
- 數(shù)據(jù)結(jié)構(gòu)(Python語(yǔ)言描述)(第2版)
- Swift 3 New Features
- 基于Swift語(yǔ)言的iOS App 商業(yè)實(shí)戰(zhàn)教程
- Learning Unity 2D Game Development by Example
- RabbitMQ Essentials
- PySide 6/PyQt 6快速開發(fā)與實(shí)戰(zhàn)
- Linux Shell核心編程指南
- Hadoop 2.X HDFS源碼剖析
- Java 9 Programming By Example
- Learning Cocos2d-JS Game Development
- JavaScript前端開發(fā)基礎(chǔ)教程
- 打造流暢的Android App