Bilgecrank / hindsite

A SCRUM retrospective tool to empower teams.
GNU General Public License v3.0
1 stars 2 forks source link

Auth integration #50

Closed Bilgecrank closed 9 months ago

Bilgecrank commented 9 months ago

Authentication has everything from sql_update and sql_query integrated into authenticate.py. Both sql files have been deleted. Additionally some commits in regards to database testing have been included, such as changing the Group class's __tablename__ to hindsite_group. Other tables referencing Group have had their references updated.

vtestagrossa commented 9 months ago

Works. I'll try and merge in my changes later.