-
Notifications
You must be signed in to change notification settings - Fork 396
Backwards-compatible implementation of RFC7519's registered claim's structure #15
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
Merged
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
3de6fae
Starting development of RFC7519Claims
oxisto 56ebc29
Migrating internal verify functions to time.Time
oxisto 9bd4bcb
Implementing marshalling back. Still some problem with fractions
oxisto ee78d89
Added time precision. Times are equal now, but test still fails
oxisto 16b1f67
Tests finally run through
oxisto f901bc5
Removed %w for older Go versions
oxisto c9877f3
Setting default precision to seconds
oxisto 7b70e6f
Merge remote-tracking branch 'origin/master' into rfc7519-compliance
oxisto 2f6e34a
Merge remote-tracking branch 'upstream/master' into rfc7519-compliance
oxisto 900b0cb
fixed import path
oxisto 02021af
Stabilizing the public API
oxisto 29000da
Renamed RFC7519Claims to RegisteredClaims
oxisto 5149342
Adjusted the examples
oxisto 29024c7
Merge remote-tracking branch 'upstream/main' into rfc7519-compliance
oxisto 1cf9d8d
Fixed another typo
oxisto 4fb0bc5
nit fix
oxisto 7301e37
Added a custom type for a string (array)
oxisto 4d7d471
Merge branch 'main' into rfc7519-compliance
oxisto 15ed3b7
Added option how to serialize the StringArray type
oxisto f8936f0
Added one more test and some more explanation
oxisto a528dfe
Using t.Run for better testing
oxisto 4fa46b8
Using the type ClaimStrings instead of StringArray
oxisto 90e259b
Merge remote-tracking branch 'origin/main' into rfc7519-compliance
oxisto 930bcac
Merge branch 'main' into rfc7519-compliance
oxisto 297bbc3
Fixed import path
oxisto 254c2e0
Removed TODO comment
oxisto f964c98
Changed documentation of verify methods similar to #83
oxisto e39d466
Merge remote-tracking branch 'origin/main' into rfc7519-compliance
oxisto File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.