DEV Community

Discussion on: What language/framework do I need to learn to build user registration?

Collapse
 
afifsohaili profile image
Afif Sohaili

imho the easiest to start with is the platform you're building on top of right now. Learn the concepts around auth (Basic auth, JWT, oauth, etc.). Once you have grasp the concepts, they can be brought to any backend language you want, all of them should have these auth libraries.

Collapse
 
bytrangle profile image
Trang Le

Thank you for the very sound advice.