1.0.3 • Published 7 years ago

referencing-profiler v1.0.3

Weekly downloads
6
License
ISC
Repository
github
Last release
7 years ago

An addon to referencing-database that makes user profiles easy.

##profiler.login(username, password) Will return whether or not it is a valid login.
Example: {valid: false, err: "invalid login"};

##profiler.new(username, password) Will create a new user based of the profile template with encrypted password
though crypto's salt and hashing.

##profiler.get(username) Will return the users data, with the users salt and hash missing

##profiler.set(username, data) Will merg the current user's data and the new data. With new data overwriting.

1.0.3

7 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago