How to use url or use requst header property to input the single password for auth #6637
-
code-server use single password for auth. if can't in url directly, how about in a requst, for example, use some property in request header to input the password. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
@code-asher Could you help on this? thanks a lot. |
Beta Was this translation helpful? Give feedback.
-
This is not supported, but there is a ticket open about it. #5819 #3546 is related too, I think. Right now the only way to authenticate without providing the password is to set the |
Beta Was this translation helpful? Give feedback.
Sorry for being unclear, I meant to say you can authenticate individual requests by setting the cookie. But this does not let you do auto-login.
Thinking about it some more, maybe you could do it with a
POST
request from your application? For example: