Auth
↔ to verify user ID to allow specific access privelege
aka Authenticate, Authentication, Verify, Verfication
2FA
(process) to require 2nd extra step to Verify user ID
OAuth 2.0
(Protocol)(standard) to Auth user w/o password. cur ver 2.0
JWT
(proposed standard) JSON as passport ID to securely transfer user data (HPS) over web
OTP
One-Time Password with (short) expiry for 2FA, often sent to (secondary) mobile/email
References
Firebase Authentication
↔ Firebase service for client-side AuthSOCKS5
↔ Network Protocol to route packets through Proxy + optional AuthCAPTCHA
↔ Challenge-Response test to Auth human intelligenceuseAuth()
↔async
Custom Hook to get Auth state from Backend/Online APIProtected Route
↔ Route with access restrict to Auth stateOAuth 2.0
↔ (Protocol)(standard) to Auth user w/o password. cur ver 2.0Let's Encrypt
↔ non-profit CA provider of free TLS Digital Certificate - automate challenge to Auth Web Server Admin Software to issue cert