ajmal
February 28, 2022, 7:33am
#1
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.
coelmay
February 28, 2022, 8:10am
#2
Hey @ajmal
You want to allow users to sign up/in to your site? Check out Netlify Identity
Netlify builds, deploys, and hosts your frontend.
Learn how to get started, find examples, and access documentation for the modern web platform.
ajmal
February 28, 2022, 11:26am
#3
So how i get a data base and some of the features need to allow them after make a successful login.?
coelmay
February 28, 2022, 8:55pm
#4
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.)