Login and Register an Authentication application using MongoDB http endpoints

Viewed 12

i'm very new with MongoDB atlas. Basically, i have an application that not have authentication like login or sign up. So, i want to build authentication feature for my app using mongoDB function http endpoints.

The case will be like this:

  • User can register and sign to the application
  • All the data about user such as fullname, username, password, email should be store in mongoDB
  • My app only can connect with the rest service
  • There will 2 type of user which are admin and basic users

I have tried to insert and import data using http endpoints function and it works with my app. SO i want to build the authentication. Anyone can help me about this? i will very appreciate if you can help. It is for my project

0 Answers
Related