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

Implement a new setup for delayed nonces (queued jobs) #33

Open
GoodM4ven opened this issue May 26, 2024 · 1 comment
Open

Implement a new setup for delayed nonces (queued jobs) #33

GoodM4ven opened this issue May 26, 2024 · 1 comment

Comments

@GoodM4ven
Copy link
Member

GoodM4ven commented May 26, 2024

The current implementation works perfectly for nonces that should be valid for a certain period of time before they expire. But we need a setup via caching and queued jobs for cases of delayed public method calls of a Livewire component.

Take a look at the use-case for search rate-limiting in sunna.quest

@GoodM4ven
Copy link
Member Author

Providing 2 seconds integer amounts! One is for waiting until then (not possible to use yet but a different exception), then the second starts after that count (like the usual) and it would allow it to be used within this period and then expires right after!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

1 participant