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

Develop -> Main #25

Merged
merged 34 commits into from
Apr 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
843bd7c
access token verfy trait, google and test implementations
volovyks Apr 4, 2023
d08c8d0
separate test file deleted
volovyks Apr 5, 2023
d7d93e0
simple TestTokenVerifier tests added
volovyks Apr 5, 2023
c0c7a47
verify_token made async
volovyks Apr 5, 2023
69bb720
mocked token check added
volovyks Apr 5, 2023
d35e2ac
fmt
volovyks Apr 5, 2023
f3285a9
make OAuthTokenVerifier a phantom trait
itegulov Apr 5, 2023
f0b58e5
deelte files to avoid conflict
volovyks Apr 6, 2023
5cd0957
merge conflicts
volovyks Apr 6, 2023
c2f9434
refactored for new arch
volovyks Apr 6, 2023
9d21188
logs in verification
volovyks Apr 6, 2023
75a2b16
fmt
volovyks Apr 6, 2023
04be724
clippy
volovyks Apr 6, 2023
b83f102
Merge pull request #24 from near/serhii/OAuth
volovyks Apr 7, 2023
7489748
get token code added to test
volovyks Apr 7, 2023
21916b2
OAuth authentication docs section added
volovyks Apr 9, 2023
b0152a6
OIDC README updated
volovyks Apr 9, 2023
64bb6b6
oauth check plan clarified
volovyks Apr 9, 2023
2613779
test_get_and_verify_google_access_token updated
volovyks Apr 9, 2023
083d9fc
fmt
volovyks Apr 9, 2023
4afc6cd
working tests
volovyks Apr 10, 2023
c900393
oauth2 lib deleted
volovyks Apr 10, 2023
6040abd
jwt ID code validation added
volovyks Apr 10, 2023
e768f7f
JWT test fixed
volovyks Apr 10, 2023
2cd0587
JWT test extended
volovyks Apr 10, 2023
0935f58
validate_jwt added to google verifier
volovyks Apr 10, 2023
893945b
tests moved to mod, imports optimised
volovyks Apr 10, 2023
2646a26
cleanup
volovyks Apr 10, 2023
2b6801d
deps updated
volovyks Apr 10, 2023
c48dd44
audit time crate fix
volovyks Apr 11, 2023
9a72853
validate_jwt moved to OAuthTokenVerifier
volovyks Apr 11, 2023
9536241
fmt
volovyks Apr 11, 2023
cf3b4a2
tracing target added
volovyks Apr 11, 2023
3f7c743
Merge pull request #26 from near/serhii/GoogleOAuth
volovyks Apr 11, 2023
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
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,4 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: audit
args: --ignore RUSTSEC-2020-0071
Loading