-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cookies and Auth_Key #3
Comments
@elbiozard I've just removed that check and rebuild the image |
not working am using these: |
I've told you you need to comment or remove the lines and the post to /ask |
Hello! I noticed that the attribute AUTH_KEY, which has been renamed to USER_AUTH_KEY, is causing some confusion for people, and I would like to clarify its purpose. The value of USER_AUTH_KEY is essential for ensuring that your API endpoint has at least some minimal protection and is not directly linked to Bard. Initially, we required this parameter for all API requests, but now USER_AUTH_KEY is an optional parameter. To send a POST request to the API, you will need to include the session ID in the request body along with the message prompt. The session ID is the value of the __SECURE-1PSID cookie, which you can retrieve from the user's browser. Therefore, you can update this repository to reflect the new changes. |
you should have the session_ID server side, not client side. its dangerous to have it client side. |
Hello, is it still working? I can't find the AUTH_KEY in Cookies
The text was updated successfully, but these errors were encountered: