Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use readKeyFile to read both seed file and public key file #54

Merged
merged 1 commit into from
Jun 27, 2023

Commits on Jun 26, 2023

  1. Use readKeyFile to read both seed file and public key file

    It's consistent with the key reading behavior in `sign`, and we can add some
    comments in both seed file and public key file.
    
    And encode the signature with base64 url nopadding format instead of base64 std,
    since jwt signature is using base64 url nopadding format. So that `nk` command
    can be used to verify jwt token conviniently.
    
    Signed-off-by: JUN JIE NAN <nanjunjie@gmail.com>
    nanjj committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    1db6785 View commit details
    Browse the repository at this point in the history