Authentication and seekers view for spoonsor
By RepoJournal , from @bgrgndzz's public GitHub activity
Backfilled
Buğra Gündüz pushed 13 commits to bgrgndzz/spoonsor, building out user registration and login flows while adding a seekers directory view.
The day split between authentication work and user-facing features. On the registration side, Gündüz hashed passwords before storing them [1], fixed session persistence [2], and resolved registration issues [3]. The login flow got its own attention: middleware was corrected [4], autofill styling was repaired so it wouldn't break the input background [5], and a background overflow problem was addressed [6].
Meanwhile, the seekers view came together. Gündüz updated the user type schema to accept arrays as sponsorship types [7], passed seeker data to the view [8], and rendered a list of seekers [9]. A modal was added to display individual seeker information [10]. Several small non-breaking issues were fixed across the application [11], and a title overflow issue was corrected [12].
One email a day. Unsubscribe in one click.
A short briefing every day bgrgndzz ships something — in about 3 minutes.
One email a day. Unsubscribe in one click. Read a past issue →
References
- [1] hash password before registering user bgrgndzz/spoonsor
- [2] fix session not saving issue bgrgndzz/spoonsor
- [3] fix register issues bgrgndzz/spoonsor
- [4] fix loggedIn middleware bgrgndzz/spoonsor
- [5] fix autofill breaking input background in login view bgrgndzz/spoonsor
- [6] fix login background overflowing bgrgndzz/spoonsor
- [7] update user type to allow for arrays as sponsorship types bgrgndzz/spoonsor
- [8] pass seekers to seeker view bgrgndzz/spoonsor
- [9] list seekers in seekers view bgrgndzz/spoonsor
- [10] display seeker info in the modal bgrgndzz/spoonsor
- [11] fix small non-breaking issues bgrgndzz/spoonsor
- [12] fix title overflow issue bgrgndzz/spoonsor