bikebrigade / dispatch

Bike Brigade's dispatching software! 🚴
https://bikebrigade.ca
Apache License 2.0
74 stars 9 forks source link

Follow best practices for the OTP login codes #368

Closed mveytsman closed 4 months ago

mveytsman commented 4 months ago

Follows the steps from: https://web.dev/articles/sms-otp-form I opted to not invoke the WebOTP API as it feels like overkill - I don't like the ux where the webapp is asking permission to read your texts. The two steps here will prompt the phone to auto-paste the code (I hope 🤞 )

Addresses one half of #307