Implementing what is described in Google's OAuth 2.0 for Server to Server Applications, Making the access token request.
Token lifetime implemented in next diff.
Depends on D12754
Paths
| Differential D12765 Authored by kamil on Jul 16 2024, 1:21 AM.
Details Summary Implementing what is described in Google's OAuth 2.0 for Server to Server Applications, Making the access token request. Token lifetime implemented in next diff. Depends on D12754 Test Plan Call get_fcm_access_token with get_jwt_token result and print responses.
Diff Detail
Event Timelinekamil held this revision as a draft. Herald added subscribers: tomek, ashoat. · View Herald TranscriptJul 16 2024, 1:21 AM2024-07-16 01:21:22 (UTC-7) Harbormaster completed remote builds in B30360: Diff 42322.Jul 16 2024, 1:37 AM2024-07-16 01:37:50 (UTC-7) This revision is now accepted and ready to land.Jul 18 2024, 7:15 AM2024-07-18 07:15:59 (UTC-7) Closed by commit rCOMM61a0eb1ab64f: [Tunnelbroker] implement requesting FCM access token using OAuth 2.0 (authored by kamil). · Explain WhyJul 19 2024, 5:05 AM2024-07-19 05:05:26 (UTC-7) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 42322 services/tunnelbroker/src/notifs/fcm/token.rs
|