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

[5.x] fix: duplicate route names #313

Merged
merged 6 commits into from
Nov 17, 2023
Merged

Conversation

joelbutcher
Copy link
Owner

@joelbutcher joelbutcher commented Nov 6, 2023

Uses Route::match(…) to resolve the OAuth callback for both GET and POST HTTP verbs in order to cache the route for both methods with the same name.

Addresses issues identified in #288

@joelbutcher
Copy link
Owner Author

joelbutcher commented Nov 6, 2023

Personal Note: requires tests to ensure caching isn't broken

@Supernova3339
Copy link
Contributor

any progress on this?

@SRWieZ
Copy link
Contributor

SRWieZ commented Nov 13, 2023

I just ran into this error. Glad the solution already exists. Will wait for the next release. Thanks for the package!

@joelbutcher
Copy link
Owner Author

@Supernova3339 nope. I've had a pretty bad flu/cold for the last week or so and still recovering. Will carve out some time for it this week, but I have no set date for release.

When it's out, you will be the first to know 👍

@joelbutcher joelbutcher merged commit 819a30b into 5.x Nov 17, 2023
61 checks passed
@Supernova3339
Copy link
Contributor

Supernova3339 commented Nov 17, 2023 via email

@joelbutcher joelbutcher deleted the fix/duplicate-callback-routes branch September 11, 2024 10:31
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.

3 participants