School dropdown component and auth tweaks in bloom
By RepoJournal , from @bgrgndzz's public GitHub activity
Backfilled
Buğra Gündüz shipped four changes to bgrgndzz/bloom, extracting UI logic into a reusable component and adjusting authentication settings.
The day began with extracting the school dropdown into a standalone component [1], which made that selection logic reusable across the app. In parallel, Buğra added a user list API endpoint [2] to serve user data without pagination. On the authentication side, he increased the JWT expiration window to 10 years [3], trading refresh frequency for longer-lived tokens. He also modified the self-info endpoint to work without requiring a page parameter [4], simplifying the API surface for fetching current user details.
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] create component from school dropdown bgrgndzz/bloom
- [2] add user list api endpoint bgrgndzz/bloom
- [3] increase jwt expiration to 10 years bgrgndzz/bloom
- [4] get self info without a page bgrgndzz/bloom