Skip to content
Discussion options

You must be logged in to vote

We have signed urls, which are non db backed URLs, but are not one time only.

In order to have one time only urls, you need to store the state on your server and cannot be done without it.

One way is to generate signed urls with small expiry, lets say 30mins and after they are used, you can store the signature in Redis and dis-allow it next time.

But, yes as far as AdonisJS is concerned, I have no plans of introducing this functionality in the core.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by zmaglica
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants