Questions tagged [jetstream]

Laravel Jetstream is an application starter kit for Laravel. Jetstream provides the following features for your application:

  • login
  • registration
  • email verification
  • two-factor authentication
  • session management
  • API via Laravel Sanctum

Documentation at jetstream.laravel.com.

480 questions
2
votes
1 answer

How to manage users using REST API at Laravel Jetstream

I'm making an application with Laravel8/Jetstream backend and Vue2 FrontEnd. I think Jetstream's documentation is not so clear, in opponent to Laravel's documentation and Laracasts by JEFFREY WAY, which are great and usable. But customizing this…
LuiKang
  • 83
  • 1
  • 7
2
votes
2 answers

Serve static JS-App from directory in Laravel for authorized users

I have a Js app. It has its own directory and everything it needs is in that directory. I want to use this app in Laravel project now. But it should only be available for logged in users. Now I do not know how to do it. I would use…
Tony
  • 2,266
  • 4
  • 33
  • 54
2
votes
1 answer

why does Laravel 8.x / Jetstream email verification not work?

I am not able to implement email verification using laravel 8.x and Laravel Jetstream. As the instructions direct in the Laravel Jetstream documentation, I uncommented the emailVerification feature in…
bittids
  • 140
  • 2
  • 5
2
votes
0 answers

While Installing Jetstream. Having these route not found issues

composer require laravel/jetstream PHP Warning: Module 'openssl' already loaded in Unknown on line 0 Warning: Module 'openssl' already loaded in Unknown on line 0 ````Using version ^1.3 for laravel/jetstream```` ````./composer.json has been…
2
votes
1 answer

is-invalid wont show up naturally

So i struggle with this, for a day | I use Laravel/Jetstream 8.x i make a form for register but is-invalid wont show in the browser, bellow is example of code that wont show up
Fal
  • 31
  • 3
2
votes
3 answers

Laravel Jetstream components

Despite some research, I could not find any reference to how to customise Jetstream components such as 'welcome'. Maybe someone has a hint how to do this? Thanks!
Peter Wyss
  • 19
  • 1
  • 3
2
votes
1 answer

Adding Route prefix in Laravel JetStream

How do I add a route prefix to authentication routes exposed by Laravel JetStream? For example, I want to move the default /login route to /api/login (and similarly /register and /logout routes). I could do this Passport through a config option, but…
dotNET
  • 33,414
  • 24
  • 162
  • 251
1
vote
0 answers

Nats try to add a consumer attached to $JS.EVENT.ADVISORY.CONSUMER.MAX_DELIVERIES

I'm using jetstream with interest approach. I see that to create a dead-letter, one of the approach is binding to event of $JS.EVENT.ADVISORY.CONSUMER.MAX_DELIVERIES and call to get particular message to save it. I try it using the subscribe…
ETorre
  • 104
  • 3
1
vote
2 answers

Can I make multiple consumers for multiple subjects on one stream on NATS JetStream

I am trying to make it so that I can add multiple subscriptions to multiple subjects on a single stream using NATS JetStream. My question is, is this possible? Have I gone the right direction or am I doing something wrong? I'm using the Pull…
1
vote
1 answer

Single processor of NATS subject

I have multi-tenant system, where each tenant is client with it's own view of the world, own entities, catalogs etc. Basically, I want to partition all "command" messages so that all commands corresponding to same tenant/client would be processed…
Twice_Twice
  • 527
  • 4
  • 16
1
vote
0 answers

How can I scan my generated QR Code in laravel jetstream?

How can I scan my generated QR Code in laravel? When I try to scan my generated code, nothing happens, and I want it to be save to the database. I want to display the data from the generated QR code in the table These are my codes for generation of…
Team Irreg
  • 11
  • 1
1
vote
0 answers

DatabaseSessionHandler doesnt delete old sessions when I try to get logged on Laravel 9 jetstream

DatabaseSessionHandler doesn't delete old sessions when I try to get logged on Laravel 9 jetstream. For some reason that work when I do a registration but none with the login. This is the method what is failing; public function…
Raluido
  • 11
  • 2
1
vote
0 answers

How to claim multiple exisiting pvc's AFTER initial creation made by NATS helm?

I have a NATS Helm Chart that when initially ran will build the needed statefulsets and pvc's (provided I supply the pv's) 3 Replica Statefulsets (created by the helm chart) nats-0 nats-1 nats-2 3 corresponding Persistent Volumes (provided by me…
1
vote
1 answer

How to list the messages of a nats jetstream and know if they were acknowledged?

I need to list the messages that were posted in nats stream to know which ones were not recognized. I have tried to look at the admin api that nats suggests in its documentation, but it does not specify if this can be done or not. I have also looked…
Jonathan ch
  • 121
  • 3
1
vote
1 answer

Route [auth.register] not defined

So my problem is that I am getting this error and I have no idea what it means.... Symfony \ Component \ Routing \ Exception \ RouteNotFoundException Route [auth.register] not…
Gizmo Hey
  • 13
  • 5