How to use url or use requst header property to input the single password for auth #6637
Answered
by
code-asher
WeBeautifulNow
asked this question in
Q&A
|
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. |
Answered by
code-asher
Feb 2, 2024
Replies: 2 comments 3 replies
|
@code-asher Could you help on this? thanks a lot. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
POSTrequest from your application? For example: