Thursday, Feb 21, 2019
shippedSchool dropdown component and auth tweaks in bloom
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.
Sources
- create component from school dropdown · bgrgndzz/bloom
- add user list api endpoint · bgrgndzz/bloom
- increase jwt expiration to 10 years · bgrgndzz/bloom
- get self info without a page · bgrgndzz/bloom