Categories
- Authentication (1)
- Docker (1)
- Linux (1)
Archives
Meta
Monthly Archives: February 2021
Use Docker to deploy phpmyadmin
Docker is a very powerful tool to deploy application, no need to worry about the Operation System, docker app delivered with runtime, it means you don’t need prepare the runtime and dependencies and just load the docker images and run … Continue reading
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