Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 13 additions & 2 deletions htdecodetoken.1
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ htdecodetoken \- decode JSON Web Token

.SH SYNOPSIS
.B htdecodetoken
[-a] [-H] [file]
[-a] [-H] [-s|-f] [-v] [file]
.PP
.B httokendecode
[-a] [-H] [file]
[-a] [-H] [-s|-f] [-v] [file]

.SH DESCRIPTION
.B htdecodetoken
Expand Down Expand Up @@ -42,6 +42,17 @@ that are normally shown in Epoch time
instead in the human-readable form used by default by the
.B date
command.
.TP
.B \-s
Skips scitokens-verify validation. Cannot be used with -f.
This is the default if stdout is not a TTY, or if scitokens-verify
is not available in the PATH.
.TP
.B \-f
Force scitokens-verify validation. Cannot be used with -s.
.TP
.B \-v
Enable verbose mode, showing in stderr where the token came from.

.SH AUTHOR
Dave Dykstra
Expand Down
45 changes: 41 additions & 4 deletions htdecodetoken.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions htgettoken.spec
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ rm -rf $RPM_BUILD_ROOT


%changelog
# - Add missing -s, -f, and -v options to htdecodetoken man page.

* Thu Jan 15 2026 Dave Dykstra <dwd@fnal.gov> 2.6-1
- Have htdecodetoken take advantage of new scitokens-verify ability
Expand Down
Loading