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

feat: password and auth0 auth #95

Merged
merged 26 commits into from
Aug 25, 2023

Conversation

Nirajn2311
Copy link
Member

Checklist:

Closes #14

@socket-security
Copy link

New dependencies detected. Learn more about Socket for GitHub ↗︎

Packages Version New capabilities Transitives Size Publisher
@strapi/provider-email-nodemailer 4.12.4 network, filesystem, environment +1 497 kB convly

@Nirajn2311 Nirajn2311 changed the title feat: password login feat: password and auth0 auth Aug 17, 2023
@Nirajn2311 Nirajn2311 mentioned this pull request Aug 23, 2023
2 tasks
@Nirajn2311 Nirajn2311 marked this pull request as ready for review August 23, 2023 19:20
@Nirajn2311 Nirajn2311 requested a review from a team as a code owner August 23, 2023 19:20
@Nirajn2311
Copy link
Member Author

I think I can get the data seeding to work without having to reset your current DB and Strapi. If I don't leave an update by tomorrow end in this PR then it didn't work and anyone can review and merge this PR.

@Nirajn2311
Copy link
Member Author

And its done. Now you won't have to reset your current setup to seed the database. Add the SEED_DATA env variable and set it to true. Also make sure that there is no user created with the emails [email protected] and [email protected] as the seed script checks if the user entries with either of the 2 emails exists or not before creating the seed data in the DB.

app to `http://localhost:3000/api/auth/callback/google`(this url doesn't
matter as it's mainly used when Strapi handles the complete auth flow which
is not the case for us).
8. Stop the docker container by running `docker compose down`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we automate this with a bash script? This seems like a slight hassle.

@Sembauke Sembauke merged commit bf473ce into freeCodeCamp:main Aug 25, 2023
2 checks passed
@Nirajn2311 Nirajn2311 deleted the feat/password-login branch August 25, 2023 10:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Email & Password login + invitation flow
2 participants