Hi everyone,
I am new to meteor. Currently i was going to create a User signup and login mechanism.
while going through official document by meteor official site, i came to know i can user account-password, and account-UI packages that helps us to get what i am doing in few minutes. but i am not sure if it is safe to use. I mean these packages are not asking me to link it with db. so where are they saving user info. if i am not wrong they are storing user info at there end, which is not secure.
- So what should i do in such case should i make my own account password system or should just go with
this package. - if you recommend using same package, can i change its UI.
- if you recommend to make my own signup-login system, can i get a reference document or any simple example from where i can get syntax and all other stuff to see how meteor works.
thanks in advance for those who are going to put any effort on this thanks in advance.