We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am trying to use this package in a Laravel/Inertia Vue3 application and getting a CORS error for the redirect.
Here is my controller:
class PaystackController extends Controller { public function redirect() { return paystack()->getAuthorizationUrl( ['amount' => 220000, 'email' => auth('web')->user()->email] )->redirectNow(); } }
Anyone with a similar issue? How was it resolved?
NOTE: The project uses Laravel Breeze with the Sanctum package for authentication.
Sanctum
The text was updated successfully, but these errors were encountered:
Multiple users? Cus otherwise why would you use auth("web") instead of just auth() or Auth::
Sorry, something went wrong.
No branches or pull requests
I am trying to use this package in a Laravel/Inertia Vue3 application and getting a CORS error for the redirect.
Here is my controller:
Anyone with a similar issue? How was it resolved?
NOTE: The project uses Laravel Breeze with the
Sanctum
package for authentication.The text was updated successfully, but these errors were encountered: