- 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.
推薦閱讀
- Designing Machine Learning Systems with Python
- Python科學計算(第2版)
- TypeScript Blueprints
- 工程軟件開發技術基礎
- Apache Spark 2.x Machine Learning Cookbook
- 區塊鏈:以太坊DApp開發實戰
- Python機器學習編程與實戰
- 用戶體驗可視化指南
- Advanced Express Web Application Development
- 智能搜索和推薦系統:原理、算法與應用
- 案例式C語言程序設計實驗指導
- Python Machine Learning Blueprints:Intuitive data projects you can relate to
- Practical GIS
- PHP+MySQL動態網站開發從入門到精通(視頻教學版)
- Implementing Microsoft Dynamics NAV(Third Edition)