You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pending #6320, I have an application where the OICD max_age parameter would be useful to have for forcing re-authentication before a sensitive operation. I'd like to include this feature in the new support.
The text was updated successfully, but these errors were encountered:
To my knowledge, this is a server-based operation; the client calls authorize and requests a specific limit on the time since the last active authentication (in many cases, zero to force a reauthentication for some specific operation such as a crypto withdrawal). I suppose that some sort of API support in the client could be useful, but at this point I don't have the experience I'd need to know what would be ergonomically appropriate.
Pending #6320, I have an application where the OICD
max_age
parameter would be useful to have for forcing re-authentication before a sensitive operation. I'd like to include this feature in the new support.The text was updated successfully, but these errors were encountered: