[GH-ISSUE #60] Request: Example or test file of using acebase with username + salt + hash? #43

Closed
opened 2026-05-23 08:27:50 -06:00 by gitea-mirror · 2 comments
Owner

Originally created by @qpwo on GitHub (Jan 5, 2022).
Original GitHub issue: https://github.com/appy-one/acebase/issues/60

I think I know how to store the passwords but a good example would put me at ease. I searched password, salt, & hash in the repo and couldn't find anything.

Here's an example typescript/express/node auth server without the db, if that helps: https://gist.github.com/qpwo/4b2ae3aaaf222d099b34898152118c43

Or if you don't have time yourself I could PR a new test case

Originally created by @qpwo on GitHub (Jan 5, 2022). Original GitHub issue: https://github.com/appy-one/acebase/issues/60 I think I know how to store the passwords but a good example would put me at ease. I searched password, salt, & hash in the repo and couldn't find anything. Here's an example typescript/express/node auth server without the db, if that helps: https://gist.github.com/qpwo/4b2ae3aaaf222d099b34898152118c43 Or if you don't have time yourself I could PR a new test case
Author
Owner

@appy-one commented on GitHub (Jan 5, 2022):

You don't have to store passwords or salts or hashes anywhere in your database. You are probably searching for the auth functionality built into AcebaseServer and AceBaseClient. User management is all built into the client and server code, you won't have to worry about authentication!

<!-- gh-comment-id:1005907423 --> @appy-one commented on GitHub (Jan 5, 2022): You don't have to store passwords or salts or hashes anywhere in your database. You are probably searching for the `auth` functionality built into [AcebaseServer](https://github.com/appy-one/acebase-server) and [AceBaseClient](https://github.com/appy-one/acebase-client). User management is all built into the client and server code, you won't have to worry about authentication!
Author
Owner

@qpwo commented on GitHub (Jan 5, 2022):

Holy crap how did i miss that. Acebase really has the best of everything

<!-- gh-comment-id:1005910915 --> @qpwo commented on GitHub (Jan 5, 2022): Holy crap how did i miss that. Acebase really has the best of everything
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/acebase#43
No description provided.