create a login url that works for more than one time

Remitur

Verified User
Joined
May 11, 2018
Messages
69
Location
Sežana (Slovenia)
Using login keys it's possible to create a one-time login URL, something like:
https://myserver.com:2222/api/login/url?key=z-xNfTwXjevf9LogP862VLJMbQ-r7VoB
That allows the login just one time.
But wanting to create a login URL working for an undefined number of times?
I tried creating an access key with all permissions required, but using it in a URL like the one-time access key does not work, and doesn't allow me to log in...
 
Back
Top