ob-http icon indicating copy to clipboard operation
ob-http copied to clipboard

Is it possible to have a password popup?

Open simendsjo opened this issue 7 years ago • 1 comments

I'm using several services which requires Windows Authentication (NTLM). Is there a way to supply this? And can I use it by requiring a popup instead of writing my password in clear text? And can the password be cached in-memory so I don't have to write it each time?

simendsjo avatar Apr 12 '18 08:04 simendsjo

I would suggest using AuthInfo to store your password and use auth-search-source to get the password.

(funcall
 (plist-get
  (car (auth-source-search :user "simendsjo"))
  :secret))

davidshen84 avatar Jan 21 '21 09:01 davidshen84