KhunakornP / A-plus-management

Productivity and task manager for students and academics alike.
Apache License 2.0
2 stars 0 forks source link

Feature/google authentication #53

Closed KhunakornP closed 3 days ago

KhunakornP commented 5 days ago

Add Google authentication to base template, again.

codecov[bot] commented 4 days ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

KhunakornP commented 4 days ago

I've changed the user login so that the user can change between google accounts without needing to sign out of the browser (reauthentication), I will be working on modifying the User model to differentiate between Students, A level examinees and Parents. Then update the Models (Task, Event, Task board).

KhunakornP commented 4 days ago

The code is currently deployable though it does not do much right now. If you have no qualms with it I can merge it to main. Also due to how the allauth was configured we might have to figure out a way to hide (or at least let the user gain it through github secrets) the client_id and secret.