-
Notifications
You must be signed in to change notification settings - Fork 138
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 Octane Support #218
Conversation
…equest()->get()` and `request()->post()`.
Hey @oozman 👋 Thanks so much, this looks exciting! I'm currently deep in wrapping up with on the 8.0 branch of the PHP SDK so give me a little to finish that up and I'll turn my attention to reviewing this and making sure it syncs with the API changes happening there, as I'd like to slip this in with a new major of the Laravel library along with that. Hang tight! Thank you again, I really appreciate the contribution |
Thanks :) |
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.
Thanks for your contribution to this, @oozman. 👍 I'm going to go ahead and merge this into the 7.x branch, where work around the next major will be taking place.
@oozman Any updates on Octane support for Auth0? Many are still receiving this error: |
Thanks for the heads-up @tyler-koch-sw; this issue had not been reported, and I was unaware of it. Sorry about that! I've just merged a PR with a fix for this, and I'll cut a new release containing it yet this week. |
Changes
A code changes that relates to Laravel Octane support. Please see change files for more info.
References
See: #212
Testing
Recommend to test it in a Laravel Octane server.
Note
When binding
Auth0UserRepository
contract in yourAppServiceProvider
, the second parameter should be a closure returning the concrete class. See example below: