Closed ebisuG closed 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.
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.