Support the ongoing development of Laravel.io →
posted 2 years ago
Spark
Last updated by @vpfz 1 year ago.
0

You could make an api, which would check if the user exists and returns the login credentials. I don't really understand the question, as Spark is a billing platform, and not an Auth infrastructure. Do you mean login a spark user? The documentation states that you should make a composer auth.json and then use an api token to login your user https://spark.laravel.com/docs/2.x/installation.html

vpfz liked this reply

1

Sorry, I'm very new to Spark and Laravel in general. I don't mean to login a Spark user (admin). When the end user visits the site he has to register for an account and subscribe so I figured it should have some auth built-in? Or do I have to use Jetstream separately? Spark Classic had user accounts so I'm not sure what is the way to go with Spark next.

Here I can see you can check if the end user is subscribed or not: https://spark.laravel.com/docs/2.x/spark-paddle/plans.html#det...

Last updated 2 years ago.
0

We all start somewhere, so digging deeper into the documentation, we see that it says you should read up the spark middleware documentation https://spark.laravel.com/docs/2.x/spark-paddle/middleware.html and that you can use laravel cashier methods https://laravel.com/docs/9.x/cashier-paddle#checking-subscript... Might I suggest you take a look at https://www.youtube.com/watch?v=czh8oO7lVx0 this tutorial by Povilas Korop, his channel provides quality free tutorials in regards to Laravel

vpfz liked this reply

1

Thanks, I have read the middleware documentation but I'm still lost on how to do this. Do I have to create an API for auth from python? I had also seen the youtube tutorial you linked last week.

0

Yeah, you're gonna have to make the api in python. There's really no other way that I can think of.

vpfz liked this reply

1

Sign in to participate in this thread!

Eventy

Your banner here too?

vpfz vpfz Joined 21 Apr 2022

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.