MLH-Fellowship / CodeOfDuty

Gamified Sprint System
MIT License
3 stars 0 forks source link

Persistent authentication #45

Closed cqvu closed 3 years ago

cqvu commented 3 years ago

Description

Implemented persistent authentication, added log out mechanism, and fixed some bugs from the schema change

Current Behavior:

Proposed Changes:

Issue Number(s): Closes #28

How Has This Been Tested?

Testing steps:

Pull request type

Please check the type of change your PR introduces: - [x] Bugfix (in sprints.js) - [x] Feature - [ ] Code style update (formatting, renaming) - [ ] Refactoring (no functional changes, no api changes) - [ ] Build related changes - [ ] Documentation content changes - [ ] Other (please describe): ## Checklist Please check if your PR fulfills the following requirements: - [x] All new and existing tests passed - [ ] Tests for the changes have been added (couldn't figure out how to test the login button with the github auth workflow) - [x] Docs have been reviewed and added / updated if needed - [x] My code follows the code style of this project and lint has passed locally