Tags → #coding
-
A Comprehensive Explanation of Authentication for Interfaces: The Differences between Cookies, Sessions, and Tokens.
A detailed breakdown of interface authentication: Cookie vs. Session vs. Token. Understand client-side and server-side storage, and learn how standards like JWT and OAuth 2.0 secure modern web applications.
-
Explicación completa de la autenticación de interfaces entre el frontend y el backend: diferencias entre cookies, sesiones y tokens.
Guía completa sobre autenticación: diferencias entre Cookie, Session y Token. Explora el almacenamiento en cliente vs. servidor, y profundiza en estándares como JWT y OAuth 2.0 para un desarrollo seguro.
-
インターフェース認証の完全解説:cookie、session、tokenの違いを解析します。
Cookie、Session、Token の違いを徹底解説:それぞれの設定方法、送信メカニズムからセキュリティ対策まで。JWT や OAuth 2.0 などの認証規格についても詳しく学びます。
-
前后端接口鉴权全解:cookie、session、token 区别解析
全面解析前后端鉴权机制:对比 Cookie、Session 与 Token 的实现差异。深入探讨 JWT 结构、OAuth 2.0 授权流程及不同存储方式的优缺点,助你构建安全的登录系统。
-
老生常谈的 JavaScript 原型链
老生常谈的 JavaScript 原型链:理清 prototype 与 __proto__ 的关系,模拟实现 new 操作符,并揭秘基于原型链的“类”继承本质。
-
HTTP 缓存简析
HTTP 缓存机制简析:深入探讨 Cache-Control、Expires 响应头的作用,对比 ETag 与 Last-Modified 校验原理,并分享前端静态资源版本更新的缓存策略。
-
自用计算机词典(前端方向)
个人前端计算机词典:深度解析 Runtime、V8 引擎架构(Ignition/TurboFan)、编译策略(JIT/AOT)及字节码与机器码的区别。
-
TyranoScript Tutorial Part 6: Page Creation
Learn how to create custom pages using HTML in TyranoScript. This tutorial analyzes the kag.html function and introduces a simplified approach to building UIs with HTML and Vue.