hackforla / peopledepot

A project to setup a datastore for people and projects at HackforLA. The link below takes you to the code documentation
https://hackforla.github.io/peopledepot/
GNU General Public License v2.0
5 stars 24 forks source link

Technical Debt (security): Implement client_secret in login #242

Open fyliu opened 5 months ago

fyliu commented 5 months ago

Dependency

Overview

For #241, we decided to disable a security feature of OAuth2 authentication in order to get backend login to a working state. It should be implemented correctly in order to protect the backend against that class of attacks.

Action Items

Resources/Instructions

fyliu commented 5 months ago

Marking as draft because the issue that causes this is not complete.