mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-19 02:38:05 +01:00
Authenticate with the registration service using OIDC identity tokens in addition to shared API keys
This commit is contained in:
committed by
Jon Chambers
parent
a83fd1d3fe
commit
2be2b4ff23
@@ -451,6 +451,11 @@
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.google.auth</groupId>
|
||||
<artifactId>google-auth-library-oauth2-http</artifactId>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.google.cloud</groupId>
|
||||
<artifactId>google-cloud-recaptchaenterprise</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user