Authentication wiring and button safety in bloom
By RepoJournal , from @bgrgndzz's public GitHub activity
Backfilled
Buğra Gündüz connected the authentication endpoints to the app and added protection against accidental double-clicks on buttons.
Two commits to bgrgndzz/bloom tied up loose ends on the client side. The first work [1] wired the authentication endpoints into the application, completing the integration between the backend auth system and the frontend. The second [2] prevented users from accidentally submitting forms or triggering actions twice by disabling buttons after a single click.
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] connect authentication endpoints to the app bgrgndzz/bloom
- [2] prevent double click on buttons bgrgndzz/bloom