mdgspace / codephile-backend

Back-end for Official Codephile App
https://codephile.mdg.iitr.ac.in/
16 stars 6 forks source link

Add endpoints to verify user handles across platforms #9

Closed dev-ritik closed 5 years ago

dev-ritik commented 5 years ago

include site handles

dev-ritik commented 5 years ago

@prateek2211 Check the user handles as well before saving the user in the DB. Create separate endpoints to check if individual endpoints entered by users are valid

prateek2211 commented 5 years ago

@dev-ritik Do we have to visit profile check endpoint on every signup because wouldn't that be a too heavy operation at time of signup, we would have to query 4 different urls.

dev-ritik commented 5 years ago

As discussed elsewhere, this would serve as a check before the actual signup.