To encode the header, you can use the following command: echo -n '{"alg":"RS256","typ":"JWT"}' | base64 | sed s/\+/-/ | sed -E s/=+$//.
確定! 回上一頁