-
-
Notifications
You must be signed in to change notification settings - Fork 129
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
Feat: add expiry option to tickets #924
Comments
And the "oneshot" tickets would be nice feature. |
I've checked the code, and seems that both feature expiration and number of usage already part of model of the ticket. |
Yes - it was already implemented, just not available to configure through the UI yet |
I'll try to contribute on that. But don't block yourself to do it if you want because I'm totally new in rust and svelte so can take some time |
Ticket expiry was already supported on core but no way to defined it, neither from UI neither from API Changed API to accept new optional field `expiry` and update UI form to be able to set it from UI closes warp-tech#924
Ticket expiry was already supported on core but no way to defined it, neither from UI neither from API Changed API to accept new optional field `expiry` and update UI form to be able to set it from UI closes #924
Ticket uses left was already supported on core but no way to defined it, neither from UI neither from API Changed API to accept new optional field and update UI form to be able to set it from UI related warp-tech#924
…959) Ticket uses left was already supported on core but no way to defined it, neither from UI neither from API Changed API to accept new optional field and update UI form to be able to set it from UI related #924 --- UI changes <img width="1370" alt="Screenshot 2024-03-04 at 00 15 11" src="https://github.com/warp-tech/warpgate/assets/275609/76510a58-e232-46af-bf50-9444e5950507"> <img width="1360" alt="Screenshot 2024-03-04 at 00 13 58" src="https://github.com/warp-tech/warpgate/assets/275609/814d2ce2-6f6c-48eb-b066-ecec039530fc"> --------- Co-authored-by: Eugene <inbox@null.page>
It would be awesome if I could give someone a token with which they can log in for a certain period of time. So only give someone the option to use the ticket for the next 30 minutes. Something that would kind of go along side this would be single use tickets.
The text was updated successfully, but these errors were encountered: