bracket icon indicating copy to clipboard operation
bracket copied to clipboard

Implement sso

Open evroon opened this issue 1 year ago • 6 comments

Implements Single Sign-On as feature, next to password login.

evroon avatar Feb 23 '25 12:02 evroon

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
bracket ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 23, 2025 3:03pm

vercel[bot] avatar Feb 23 '25 12:02 vercel[bot]

Codecov Report

Attention: Patch coverage is 66.66667% with 23 lines in your changes missing coverage. Please review.

Project coverage is 94.18%. Comparing base (c486862) to head (8ee53a0). Report is 30 commits behind head on master.

Files with missing lines Patch % Lines
backend/bracket/logic/sso.py 44.82% 16 Missing :warning:
backend/bracket/routes/auth.py 50.00% 7 Missing :warning:
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1130      +/-   ##
==========================================
- Coverage   94.62%   94.18%   -0.44%     
==========================================
  Files         118      120       +2     
  Lines        4352     4420      +68     
==========================================
+ Hits         4118     4163      +45     
- Misses        234      257      +23     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

:rocket: New features to boost your workflow:
  • :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

codecov[bot] avatar Feb 23 '25 12:02 codecov[bot]

This PR is stale because it has been open for 45 days with no activity. Remove the stale label or comment or this will be closed in 30 days.

github-actions[bot] avatar Mar 29 '25 08:03 github-actions[bot]

Hello, I'm new to software development and was wondering if you could explain to me the benefits you are looking for by offering SSO?

CraptainCrunch avatar May 07 '25 15:05 CraptainCrunch

Welcome :). Basically:

  • the less passwords you have, the less passwords can be leaked
  • you dont need to remember your password
  • you can sign up and sign in with one click (or zero with Google One Tap) and dont have to fill in the same information every time (name, email, password etc)
  • in the case of google, google will tell you whether the email is verified or not, so you don't have to implement an additional email verification step
  • SSO providers can provide you with group info. So you can for example know whether a user should be an admin or not based on the information the SSO provider provides (but of course that needs to be configured in Bracket)

evroon avatar May 07 '25 15:05 evroon

Hopefully this is merged soon :)

Shynixn avatar Jun 16 '25 10:06 Shynixn