JStreet-Sensei / jstreet-backend

Learning Japanese web app with slang words.
0 stars 1 forks source link

[FEATURE] Make an endpoint to check the existence of user name #39

Closed ebisuG closed 2 months ago

ebisuG commented 2 months ago

Is your feature request related to a problem? Please describe. In order to create sign up page, we need an endpoint to check the existence of user.

Describe the solution you'd like Make an endpoint to get the existence of user based on username. This will return boolean.

Describe alternatives you've considered Make an endpoint to return username and user id. This looks useful but this won't be used in any situation.