-
Notifications
You must be signed in to change notification settings - Fork 51
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
Laravel API quickstart #2200
Laravel API quickstart #2200
Conversation
…ublisher will take care of it
…l API quickstart
@mooreds I've added our newly-published |
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.
A few changes requested.
Co-authored-by: Dan Moore <[email protected]>
…asswords from user
@mooreds it seems that I didn't change the article after I started using the hosted backend 🤦 I've now rewritten some things. |
Hiya @vcampitelli . A few things:
|
Thanks! I also merged it again to update the quickstarts home page.
Done
I don't get it why it is confusing. I'm logging in, grabbing the JWT from FusionAuth and passing it to the Laravel API to retrieve the messages. What should I have done differently?
The underlying |
I think this will be okay for now, but the two ways we've done this for API quickstarts is:
You chose a third option, which is:
Yes, we should at a minimum validate the Our examples should follow it as best as we can. (I don't know any libraries that validate the |
|
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.
LGTM!
@vcampitelli ship it! 🚢 🚢 🚢 |
Adding Laravel API quickstart.
PS: this is a pretty long quickstart, so I tried something different and included some
diff
s instead of the whole files when we needed to change something that the Laravel project installer already created. Please let me know if you think that's not good and I'll include the whole files instead.Closes FusionAuth/fusionauth-issues#2283