April 2021 M T W T F S S 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 Categories
- Authentication (1)
- Docker (1)
- Linux (1)
Archives
Meta
Category Archives: Authentication
Why I said don’t use JWT(JSON Web Token)
JWT (JSON Web Token) officially states the industry-standard RFC 7519 method for representing claims securely between two parties. With stateless, decentration, even small package size makes it more advantageous to other protocol. but according to my actual investigation, I found … Continue reading