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

Google auth 240 #136

Merged
merged 4 commits into from
Dec 11, 2023
Merged

Google auth 240 #136

merged 4 commits into from
Dec 11, 2023

Conversation

tonytw1
Copy link
Contributor

@tonytw1 tonytw1 commented Dec 8, 2023

What does this change?

Update to latest google auth library and drop unused overrides.
Likely enforces 2FA.

We should be trying to drop as many overrides as we can as the frameworks we depend on catch up with better dependencies of their own.

How to test

How can we measure success?

Have we considered potential risks?

Images

Accessibility

Copy link

github-actions bot commented Dec 8, 2023

Unit Test Results

13 tests  ±0   13 ✔️ ±0   3s ⏱️ ±0s
  4 suites ±0     0 💤 ±0 
  4 files   ±0     0 ±0 

Results for commit 90ee484. ± Comparison against base commit a664ca9.

@tonytw1 tonytw1 marked this pull request as ready for review December 8, 2023 21:33
@tonytw1 tonytw1 requested a review from a team as a code owner December 8, 2023 21:33
Copy link
Contributor

@fredex42 fredex42 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does what it says on the tin

GoogleAuthConfig(
clientId,
clientSecret,
redirectUrl,
domain,
domains = List("guardian.co.uk"),
maxAuthAge = Some(java.time.Duration.ofDays(90)),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems like quite a long time?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah... bonono is set to the same value.
Happy to find a better example in another tool and then adjust these in 2 new PRs.

@tonytw1 tonytw1 merged commit a57276e into main Dec 11, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants