Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show example of hashing password in seed.js #6233

Merged
merged 6 commits into from
Aug 23, 2022
Merged

Show example of hashing password in seed.js #6233

merged 6 commits into from
Aug 23, 2022

Conversation

cannikin
Copy link
Member

Required a slight refactor to move the function that hashes passwords into a shared location, similar to dbAuthSession() for those that want to extract and read the cookie on the server side.

Closes #6231

@nx-cloud
Copy link

nx-cloud bot commented Aug 18, 2022

☁️ Nx Cloud Report

CI is running/has finished running commands for commit 4af446a. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this branch


✅ Successfully ran 14 targets

Sent with 💌 from NxCloud.

@netlify
Copy link

netlify bot commented Aug 18, 2022

Deploy Preview for redwoodjs-docs canceled.

Name Link
🔨 Latest commit 4af446a
🔍 Latest deploy log https://app.netlify.com/sites/redwoodjs-docs/deploys/6304fd82a5f4970008d2111d

@cannikin cannikin added the release:chore This PR is a chore (means nothing for users) label Aug 18, 2022
@cannikin cannikin merged commit 7fcc840 into main Aug 23, 2022
@cannikin cannikin deleted the rc-seed-password branch August 23, 2022 16:52
@redwoodjs-bot redwoodjs-bot bot added this to the next-release milestone Aug 23, 2022
@jtoar jtoar modified the milestones: next-release, v3.0.0 Sep 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release:chore This PR is a chore (means nothing for users)
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[RFC]: Include password hash function import in seed.js
2 participants