-
Notifications
You must be signed in to change notification settings - Fork 268
Revoke Tokens #77
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
Revoke Tokens #77
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
cf9b75e
mplementation of revoke
avishalom 8d967ef
mplementation of revoke
avishalom e828539
whitespace
avishalom 1e0db76
undo echo refactor
avishalom d046362
undo reflect tests for create
avishalom de72ac5
test valid time
avishalom 148fd88
integration tests
avishalom 6b02152
lint
avishalom f199257
comment
avishalom c789e3e
comment
avishalom bfb6a01
typo
avishalom 48910ad
clean redundant property
avishalom 1192a1c
change test for invalid token
avishalom 5b82970
validator
avishalom 7e72fdc
add test
avishalom f859f6a
revoke takes UID
avishalom 42e5d8d
test revoked but not checked
avishalom cad7bed
Merge branch 'dev' of github.com:firebase/firebase-admin-go into revoke
avishalom 514d0a3
changelog
avishalom d4fb73d
tokensValidAfter in millies ; do not fail on existing users in tests.
avishalom 7cd2eaf
addressing PR comments
avishalom 4e09f44
remove boolean checkRevoked from VerifyIDTokenWithCheckRevoked
avishalom b18dab2
PR comment fixes
avishalom 877707e
Merge branch 'dev' into revoke
avishalom 1c0d9d6
PR comment fixes
avishalom 19fbeb0
s/Time/Millis/; s/WithCheck/AndCheck/
avishalom a7ebce7
Change timestamp tests to millis
avishalom 23a5c7d
millis fix
avishalom b1c6caa
fixes
avishalom bf6b1ab
remove existing user check
avishalom 0bf8041
PR comments
avishalom 0b91a4a
capitalization
avishalom f20054e
typo
avishalom 4c89502
merge dev
avishalom 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/second/time.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, I guess second is correct. I misread it before.