- Full Stack Development with JHipster
- Deepu K Sasidharan Sendil Kumar N
- 97字
- 2021-08-27 19:57:36
Session
Session-based authentication is the traditional web form-based authentication mechanism where the server creates and maintains a session for the validated user credentials. This is stateful and normally is not very scalable unless you use a distributed HTTP session, which is possible using a distributed cache such as Hazelcast or using the session replication features of a dedicated web server or load balancer. JHipster adds a lot of features on top of the standard mechanism, such as secured tokens that are stored in DB, and can be invalidated, used in remember me mechanisms, and so on.
推薦閱讀
- Extending Jenkins
- 深度實踐OpenStack:基于Python的OpenStack組件開發(fā)
- SoapUI Cookbook
- Redis Applied Design Patterns
- 深入理解Java7:核心技術與最佳實踐
- 實戰(zhàn)低代碼
- Oracle數(shù)據(jù)庫從入門到運維實戰(zhàn)
- Bootstrap Essentials
- Terraform:多云、混合云環(huán)境下實現(xiàn)基礎設施即代碼(第2版)
- Java Fundamentals
- Essential C++(中文版)
- Building Serverless Web Applications
- Android嵌入式系統(tǒng)程序開發(fā):基于Cortex-A8(第2版)
- Distributed Computing in Java 9
- TypeScript圖形渲染實戰(zhàn):2D架構設計與實現(xiàn)