Public 썸네일형 리스트형 Use JWT with public-key cryptography The JWT token is useful for systems that require lightweight authentication methods. I used this for login on web site.Web is public data storage differ from native application so anyone can see the data if they want.That means, anyone can get there tokens and modified if they want. To prevent this, use the JWT token.If you want to know aboud JWT token detail, see https://en.wikipedia.org/wiki/J.. 더보기 Generate public key for Open ssl get public key start with "ssh-rsa ~~~~" But if you need to get public key start like "-----BEGIN PUBLIC KEY-----~~~~", need to genertate another public key. ]$ openssl rsa -in {private_key_file} -pubout you can get public key start with "-----BEGIN PUBLIC KEY-----~~~~" 더보기 이전 1 다음