LeoHeo / collect

e-commerce toy project (WIP)
MIT License
4 stars 0 forks source link

JWT token을 발급하는 2가지 방법 #9

Open LeoHeo opened 6 years ago

LeoHeo commented 6 years ago

io.jsonwebtoken 이용

com.nimbusds.jwt 이용방법

LeoHeo commented 6 years ago

https://stackoverflow.com/questions/46552922/the-nimbus-jose-jwt-and-io-jsonwebtoken-which-jjwt-library-to-pick-and-why

The jsonwebtoken library was more straightforward to use and had better documentation. But I found nimbus library to be more feature rich and the only one that could work with JWKS.