raimohanska / ourboard

An online whiteboard
Other
763 stars 58 forks source link

Google login blocked by Privacy Badger #201

Closed raimohanska closed 1 year ago

raimohanska commented 1 year ago

Privacy Badger and possible other privacy utilities block the client-side Google Login implementation in Ourboard, practically hiding the login option. This could be fixed by using the more standard server side OAuth implementation.

raimohanska commented 1 year ago

Re-implemented Google Login using standard OAuth2 strategy.