-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
Conversation
New dependencies detected. Learn more about Socket for GitHub ↗︎
|
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. |
And its done. Now you won't have to reset your current setup to seed the database. Add the |
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` |
There was a problem hiding this comment.
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.
Checklist:
Update index.md
)Closes #14