Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

User Authentication #1

Open
BD103 opened this issue Oct 25, 2023 · 0 comments · May be fixed by #6
Open

User Authentication #1

BD103 opened this issue Oct 25, 2023 · 0 comments · May be fixed by #6
Assignees
Milestone

Comments

@BD103
Copy link
Owner

BD103 commented Oct 25, 2023

I want to add a method to authenticate users, so that random people on the internet can't see all the funny things my friends and I are saying. For instance:

"The only thing up my sleeves are my arms."

  • A random person

Here are a few of my thoughts on the process:

  • Use @node-rs/argon2 for password hashing
  • Follow alongside the OWASP Password Storage Cheat Sheet
  • Create a User type in the schema that stores the password
  • Consider using app.config.ts to toggle off authentication at build time
  • Consider configuring password peppering with runtimeConfig
@BD103 BD103 self-assigned this Oct 25, 2023
This was referenced Oct 25, 2023
@BD103 BD103 added this to the v0.2.0 milestone Oct 28, 2023
@BD103 BD103 linked a pull request Oct 28, 2023 that will close this issue
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant