A-bit Interference - JSON Web Token

'Base64 Encoding Algorithm' tutorial was cited in a hofungkoeng.com blog in 2022.

The Base64 Encoding Algorithm tutorial was cited in a hofungkoeng.com blog in 2022.

Subject: JSON Web Token
Date: 2022-03-08
Author: fungho
Source: https://blog.hofungkoeng.com/post/buildingblock/protocol/jwt/

JSON Web Token (JWT) 是一套定义了多方之间使用 JSON 对象传输信息的标准
(RFC 7519),适用于鉴权和交换信息。
...

JWT 的优点:
  JSON 格式简洁易读,编码后体积小,解码操作在很多编程语言中都可以很方便地进行;
  支持多种签名算法;
  服务端无需维护 token 信息。
  Base64:将二进制编码成文本的规则。

References
Introduction to JSON Web Tokens
https://www.herongyang.com/Encoding/Base64-Encoding-Algorithm.html
jwt.io Debugger

Table of Contents

 About This Book

 Reference Citations in 2024

 Reference Citations in 2023

Reference Citations in 2022

 Cryptocurrency - The operational risks of holding crypto

 serialVersionUID: Onde vive? Como funciona? Para que serve

A-bit Interference - JSON Web Token

 (Java) GC 日志深入解析

 رمزنگاری- روشهای متقارن (Cryptography - symmetric methods)

 JVM 안에서는 무슨 일이 일어나고 있는가? - Runtime Data Area 편

 umjetnih neuronskih mreža na snimkama magnetne rezonance mozga

 Python 上 ECDSA 应用简记

 Mysterious Company With Government Ties Plays Key Internet Role

 Adding X509 Digital Signature to XML Document

 Reference Citations in 2021

 Reference Citations in 2020

 Reference Citations in 2019

 Reference Citations in 2018

 Reference Citations in 2017

 Reference Citations in 2016

 Reference Citations in 2015

 Reference Citations in 2014

 Reference Citations in 2013

 Reference Citations in 2012

 Reference Citations in 2011

 Reference Citations in 2010

 Reference Citations in 2009

 Reference Citations in 2008

 Reference Citations in 2007

 Reference Citations in 2006

 Reference Citations in 2005

 Reference Citations in 2004

 Reference Citations in 2003

 Full Version in PDF/ePUB