Where are user details stored?

Hi,

When i use accounts-ui and accounts-password where are user details stored?
How can i access those details?
Can i have a personal collection with my user details in my DB?

TIA.

See the The Meteor.users collection section of the Guide.

1 Like

so simple my bad sorry i should have checked. Thnx @hwillson

@hwillson Do they have users in the same way for production level applications as well?

Sure, why not. You can also use alternative authentication packages.

1 Like

Yes. To see more about security on the Meteor.users collection I would look at the Meteor guide.

1 Like