Is it possible to give user registration and login option for website

Is it possible to give user registration and login option for website

PLEASE help us help you by writing a good post!

  • we need to know your netlify site name. Example: gifted-antelope-58b104.netlify.app
  • DNS issues? Tell us the custom domain, tell us the error message! We can’t help if we don’t know your domain.
  • Build problems? Link or paste the FULL build log & build settings screenshot

The better the post - the faster the answer.

Hey @ajmal

You want to allow users to sign up/in to your site? Check out Netlify Identity

So how i get a data base and some of the features need to allow them after make a successful login.?

There is no database required when using Netlify Identity. If you wish to have user data saved elsewhere, you could use a combination of Netlify Functions and Supabase. If you need more than the basic Netlify Identity implementation you could use GoTrue (which Identity uses too.)