mirror of
https://github.com/google/nomulus.git
synced 2025-08-06 09:45:19 +02:00
Implement login/logout commands
Refactor the auth code into its own dagger module, add tests and use the new interfaces to implement the login and logout commands. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=149108266
This commit is contained in:
parent
80f0910899
commit
5614760d53
10 changed files with 380 additions and 183 deletions
|
@ -41,8 +41,8 @@ java_library(
|
|||
"@com_google_code_findbugs_jsr305",
|
||||
"@com_google_guava",
|
||||
"@com_google_http_client",
|
||||
"@com_google_http_client_jackson2",
|
||||
"@com_google_oauth_client",
|
||||
"@com_google_oauth_client_java6",
|
||||
"@com_google_re2j",
|
||||
"@com_google_truth",
|
||||
"@com_googlecode_json_simple",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue